summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen1-1/+1
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen1-37/+17
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-37/+83
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen1-11/+12
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen1-7/+10
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen1-12/+7
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen1-1/+1
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen1-5/+4
2008-12-05dccp: use roundup instead of opencodingIlpo Järvinen1-1/+1
2008-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2008-12-05cfg80211: "fix" 11d oopsJohannes Berg1-0/+3
2008-12-05mac80211: tx module cleanup.Rami Rosen1-8/+3
2008-12-05cfg80211: fix wiphy remove if no regulatory requestJohannes Berg1-1/+1
2008-12-05mac80211: add sta_notify_ps callbackChristian Lamparter1-0/+7
2008-12-05mac80211: accept empty strings for hidden SSIDsFabio Rossi1-1/+1
2008-12-05cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg3-74/+85
2008-12-05cfg80211: handle SIOCGIWNAMEJohannes Berg3-43/+62
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen5-4/+98
2008-12-05mac80211: only transition STAs ps->wake on data framesJohannes Berg1-8/+20
2008-12-05mac80211: disassociate prior to unlinking AP/stationTomas Winkler1-4/+14
2008-12-05mac80211: deauth when interface is marked downJohn W. Linville1-1/+5
2008-12-05mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah1-1/+1
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith1-0/+2
2008-12-04xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi1-5/+0
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2-2/+2
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2-10/+22
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse6-27/+135
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-12-03pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski1-9/+29
2008-12-03pkt_sched: sch_htb: Remove L2T()Jarek Poplawski1-8/+1
2008-12-03pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski1-25/+16
2008-12-03pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski1-5/+2
2008-12-03pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski1-3/+2
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2-18/+52
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont3-13/+12
2008-12-03Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-12-03xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi1-15/+11
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore1-4/+6
2008-12-03xfrm: Cleanup for unlink SPD entryWei Yongjun1-25/+10
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-12-03xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun1-0/+1
2008-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller20-130/+52
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+13
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet1-2/+2