summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-23ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-23tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-19IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-19bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber1-2/+5
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet4-17/+6
2012-03-19neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-03-12mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2012-03-01ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2012-03-01ipv4: fix redirect handlingEric Dumazet1-51/+58
2012-03-01route: fix ICMP redirect validationFlavio Leitner1-5/+31
2012-03-01tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-03-01tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-03-01tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-03-01tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-03-01net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2012-03-01netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet1-1/+1
2012-03-01net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-03-01ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-03-01ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2012-03-01ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2012-03-01ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2012-03-01ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2012-03-01gro: more generic L2 header checkEric Dumazet1-2/+8
2012-03-01net: Make qdisc_skb_cb upper size bound explicit.David S. Miller3-6/+3
2012-03-01mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-21mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet18-109/+200
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-02-03rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-02-03l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2012-02-03net caif: Register properly as a pernet subsystem.Eric W. Biederman2-8/+4
2012-02-03netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-02-03ah: Don't return NET_XMIT_DROP on input.Nick Bowler2-4/+0
2012-01-26ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2-4/+4
2012-01-26ah: Correctly pass error codes in ahash output callback.Nick Bowler2-4/+0
2012-01-26svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2012-01-26svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2012-01-26svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-01-26mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-07ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2012-01-07ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2012-01-07ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2012-01-07sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2012-01-07sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2012-01-07sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1