summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netdevice: Kill netdev->privWang Chen2008-12-082-8/+2
| * | | wireless: Fix incorrect use of loose in wext.cNick Andrew2008-12-061-1/+1
| * | | tcp: fix tso_should_defer in 64bitIlpo Järvinen2008-12-051-1/+1
| * | | tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen2008-12-051-37/+17
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-058-37/+83
| |\ \ \
| * | | | tcp: move some parts from tcp_write_xmitIlpo Järvinen2008-12-051-11/+12
| * | | | tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen2008-12-051-7/+10
| * | | | tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen2008-12-051-9/+3
| * | | | tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen2008-12-051-5/+4
| * | | | tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen2008-12-051-71/+74
| * | | | tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen2008-12-051-12/+7
| * | | | tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen2008-12-051-1/+1
| * | | | tcp: force mss equality with the next skb too.Ilpo Järvinen2008-12-051-5/+4
| * | | | dccp: use roundup instead of opencodingIlpo Järvinen2008-12-051-1/+1
| * | | | cfg80211: "fix" 11d oopsJohannes Berg2008-12-051-0/+3
| * | | | mac80211: tx module cleanup.Rami Rosen2008-12-051-8/+3
| * | | | cfg80211: fix wiphy remove if no regulatory requestJohannes Berg2008-12-051-1/+1
| * | | | mac80211: add sta_notify_ps callbackChristian Lamparter2008-12-051-0/+7
| * | | | mac80211: accept empty strings for hidden SSIDsFabio Rossi2008-12-051-1/+1
| * | | | cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg2008-12-053-74/+85
| * | | | cfg80211: handle SIOCGIWNAMEJohannes Berg2008-12-053-43/+62
| * | | | nl80211: Add frequency configuration (including HT40)Jouni Malinen2008-12-055-4/+98
| * | | | mac80211: only transition STAs ps->wake on data framesJohannes Berg2008-12-051-8/+20
| * | | | mac80211: disassociate prior to unlinking AP/stationTomas Winkler2008-12-051-4/+14
| * | | | mac80211: deauth when interface is marked downJohn W. Linville2008-12-051-1/+5
| * | | | xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi2008-12-041-5/+0
| * | | | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-031-4/+2
| * | | | net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-032-2/+2
| * | | | net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-032-10/+22
| * | | | atm: 32-bit ioctl compatibilityDavid Woodhouse2008-12-036-27/+135
| * | | | pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski2008-12-031-9/+29
| * | | | pkt_sched: sch_htb: Remove L2T()Jarek Poplawski2008-12-031-8/+1
| * | | | pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski2008-12-031-25/+16
| * | | | pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski2008-12-031-5/+2
| * | | | pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski2008-12-031-3/+2
| * | | | Phonet: basic net namespace supportRémi Denis-Courmont2008-12-033-13/+12
| * | | | xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi2008-12-031-15/+11
| * | | | xfrm: Cleanup for unlink SPD entryWei Yongjun2008-12-031-25/+10
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-031-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-12-0220-130/+52
| |\ \ \ \ \
| | * | | | | Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann2008-11-301-9/+21
| | * | | | | Bluetooth: Fix format arguments warningMarcel Holtmann2008-11-301-1/+1
| | * | | | | Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-3020-99/+4
| | * | | | | Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-302-2/+2
| | * | | | | Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann2008-11-301-18/+23
| | * | | | | Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum2008-11-301-1/+1
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-023-4/+13
| |\ \ \ \ \ \
| * | | | | | | net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet2008-12-011-2/+2
| * | | | | | | dccp: Feature activation handlersGerrit Renker2008-12-012-10/+204
| * | | | | | | dccp: Processing Confirm optionsGerrit Renker2008-12-013-17/+101
OpenPOWER on IntegriCloud