summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-10netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond1-3/+2
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2-101/+127
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2-13/+12
2008-12-10net: Make staticRoel Kluin13-23/+23
2008-12-09pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski1-5/+5
2008-12-09pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski1-3/+3
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller1-4/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller1-1/+1
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker7-27/+8
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker5-13/+2
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker4-34/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker2-505/+11
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker1-4/+26
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker1-30/+12
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-12-08netdevice: Kill netdev->privWang Chen2-8/+2
2008-12-06wireless: Fix incorrect use of loose in wext.cNick Andrew1-1/+1
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