aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-03-121-1/+1
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-291-1/+1
* ipv4: fix redirect handlingEric Dumazet2012-02-291-51/+58
* route: fix ICMP redirect validationFlavio Leitner2012-02-291-5/+31
* tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell2012-02-291-0/+4
* tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell2012-02-291-9/+10
* tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell2012-02-291-14/+22
* tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu2012-02-291-0/+5
* net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-02-291-2/+2
* netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-291-1/+1
* net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf2012-02-291-1/+2
* ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-291-1/+1
* ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2012-02-292-3/+4
* ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2012-02-291-0/+1
* ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear2012-02-291-1/+3
* ipv6-multicast: Fix memory leak in input path.Ben Greear2012-02-291-1/+3
* gro: more generic L2 header checkEric Dumazet2012-02-291-2/+8
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-293-6/+3
* mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-291-2/+2
* mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-201-1/+1
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-1318-109/+200
* tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2012-02-032-2/+2
* tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell2012-02-031-4/+2
* rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller2012-02-031-12/+8
* l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman2012-02-031-5/+0
* net caif: Register properly as a pernet subsystem.Eric W. Biederman2012-02-032-8/+4
* netns: fix net_alloc_generic()Eric Dumazet2012-02-031-15/+16
* ah: Don't return NET_XMIT_DROP on input.Nick Bowler2012-02-032-4/+0
* ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2012-01-252-4/+4
* ah: Correctly pass error codes in ahash output callback.Nick Bowler2012-01-252-4/+0
* svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2012-01-252-20/+38
* svcrpc: destroy server sockets all at onceJ. Bruce Fields2012-01-252-7/+11
* svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-251-0/+3
* mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-251-1/+1
* igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings2012-01-121-0/+2
* ipv4: using prefetch requires including prefetch.hStephen Rothwell2012-01-061-0/+1
* ipv4: reintroduce route cache garbage collectorEric Dumazet2012-01-061-0/+106
* ipv4: flush route cache after change accept_localWeiping Pan2012-01-061-0/+5
* sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2012-01-062-11/+3
* sctp: fix incorrect overflow check on autocloseXi Wang2012-01-064-3/+17
* sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet2012-01-061-1/+1
* net: have ipconfig not wait if no dev is availableGerlando Falauto2012-01-061-0/+4
* mqprio: Avoid panic if no options are providedThomas Graf2012-01-061-1/+1
* llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu2012-01-061-4/+10
* mac80211: fix another race in aggregation startJohannes Berg2012-01-061-45/+41
* ipip, sit: copy parms.name after register_netdeviceTed Feng2012-01-062-2/+12
* mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-12-211-1/+16
* cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-12-091-2/+4
* cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-12-091-16/+27
* mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-12-091-0/+14