aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-291-1/+1
* 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
* 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
* 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
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-0332-63/+61
* l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman2012-02-031-5/+0
* af_unix: fix EPOLLET regression for stream socketsEric Dumazet2012-02-031-15/+4
* 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
* mac80211: fix work removal on deauth requestJohannes Berg2012-02-031-11/+27
* mac80211: revert on-channel work optimisationsJohannes Berg2012-01-257-221/+85
* 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
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-251-1/+2
* igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings2012-01-121-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-041-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-031-1/+1
| |\
| | * Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1
* | | sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
* | | netfilter: ctnetlink: fix timeout calculationXi Wang2011-12-311-2/+2
* | | ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-313-4/+10
* | | packet: fix possible dev refcnt leak when bind failWei Yongjun2011-12-271-1/+5
* | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-12-241-5/+13
|\ \ \
| * | | netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso2011-12-241-0/+3
| * | | netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso2011-12-241-5/+10
* | | | netem: dont call vfree() under spinlock and BH disabledEric Dumazet2011-12-241-3/+4
* | | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-12-231-3/+3
|\ \ \ \
| * | | | netfilter: xt_connbytes: handle negation correctlyFlorian Westphal2011-12-231-3/+3
| |/ / /
* | | | net: relax rcvbuf limitsEric Dumazet2011-12-232-9/+3
* | | | rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang2011-12-221-2/+5
* | | | net: introduce DST_NOPEER dst flagEric Dumazet2011-12-223-4/+4
* | | | mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
* | | | bridge: provide a mtu() method for fake_dst_opsEric Dumazet2011-12-221-0/+6
* | | | ipv4: using prefetch requires including prefetch.hStephen Rothwell2011-12-221-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-2115-25/+181
|\ \ \ \
| * | | | net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-212-4/+26
| * | | | ipv4: reintroduce route cache garbage collectorEric Dumazet2011-12-211-0/+107