aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman
2008-12-09pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski
2008-12-09pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski
2008-12-09ipv6: silence log messages for locally generated multicastJan Sembera
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller
2008-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker
2008-12-08netdevice: Kill netdev->privWang Chen
2008-12-07tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler
2008-12-06wireless: Fix incorrect use of loose in wext.cNick Andrew
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen
2008-12-05dccp: use roundup instead of opencodingIlpo Järvinen
2008-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-12-05cfg80211: "fix" 11d oopsJohannes Berg
2008-12-05mac80211: tx module cleanup.Rami Rosen
2008-12-05cfg80211: fix wiphy remove if no regulatory requestJohannes Berg
2008-12-05mac80211: add sta_notify_ps callbackChristian Lamparter
2008-12-05mac80211: accept empty strings for hidden SSIDsFabio Rossi
2008-12-05cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg
2008-12-05cfg80211: handle SIOCGIWNAMEJohannes Berg
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen
2008-12-05mac80211: only transition STAs ps->wake on data framesJohannes Berg
2008-12-05mac80211: disassociate prior to unlinking AP/stationTomas Winkler
2008-12-05mac80211: deauth when interface is marked downJohn W. Linville
2008-12-05mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith
2008-12-04xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery