aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet1-2/+6
2011-11-30sch_teql: fix lockdep splatEric Dumazet1-11/+20
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet2-1/+4
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches5-63/+19
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2-26/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches7-158/+160
2011-11-30nfc: Use standard logging stylesJoe Perches6-26/+38
2011-11-30mac80211: remove unused function declarationMohammed Shafi Shajakhan1-1/+0
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg5-142/+13
2011-11-30net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2-23/+2
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich1-0/+6
2011-11-30cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-11-30cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-5/+41
2011-11-29ipv4: remove useless codes in ipmr_device_event()RongQing.Li1-3/+1
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic1-1/+1
2011-11-29netlabel: Fix build problems when IPv6 is not enabledPaul Moore1-8/+14
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang1-1/+1
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet1-89/+31
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet1-55/+10
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet1-3/+6
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet1-2/+11
2011-11-29bql: Byte queue limitsTom Herbert3-8/+141
2011-11-29xps: Add xps_queue_release functionTom Herbert1-42/+47
2011-11-29net: Add queue state xoff flag for stackTom Herbert6-14/+16
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller6-44/+75
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2-2/+2
2011-11-29atm: br2684: Avoid alignment issuesPascal Hambourg1-1/+2
2011-11-29atm: br2684: Make headroom and hard_header_len depend on the payload typePascal Hambourg1-2/+6
2011-11-29net: optimize socket timestampingEric Dumazet1-15/+12
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet3-3/+31
2011-11-29NET: NETROM: Fix formatting.Ralf Baechle1-1/+2
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle1-4/+2
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle1-0/+5
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle1-6/+11
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings7-1859/+1
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings5-95/+4
2011-11-29dsa: Remove unnecessary exportsBen Hutchings1-2/+0
2011-11-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller27-413/+785
2011-11-28sch_sfb: use skb_flow_dissect()Eric Dumazet1-3/+14
2011-11-28cls_flow: use skb_flow_dissect()Eric Dumazet1-132/+48
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet1-111/+14
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet2-1/+135
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet1-4/+4
2011-11-28ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2-2/+7
2011-11-28mac80211: remove tracing config symbolJohannes Berg3-25/+2
2011-11-28mac80211: clean up rx_h_mesh_fwdingThomas Pedersen1-49/+39
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen5-77/+79
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen7-1/+24