summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin1-0/+1
2011-11-30caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com1-4/+0
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com2-16/+2
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com2-4/+26
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller1-5/+0
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller1-2/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller1-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller1-0/+7
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet1-0/+1
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell1-0/+8
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings1-0/+90
2011-11-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-110/+96
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet1-0/+15
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-110/+96
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings1-2/+51
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+6
2011-11-26route: struct rtable can be const in rt_is_input_route and rt_is_output_routeSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-6/+1
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2-2/+2
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-0/+2
2011-11-23netprio_cgroup: Fix build breakNeil Horman1-13/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan4-12/+7
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-0/+8
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman2-0/+68
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville14-95/+59
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear1-0/+27
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg1-63/+0
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg1-0/+4
2011-11-21mac80211: transmit fragment list to driversJohannes Berg1-5/+17
2011-11-21cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez1-0/+5
2011-11-21cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez1-0/+1
2011-11-17NFC: Fix indentation in nci.h fileIlan Elias1-42/+42
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-185/+748
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław4-7/+9
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+2
2011-11-146LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com1-0/+6
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet3-5/+14
2011-11-11mac80211: Save probe response data for bssArik Nemtsov1-0/+15
2011-11-11nl80211: Pass probe response data to driversArik Nemtsov1-0/+4
2011-11-11nl80211: Add probe response offload attributeArik Nemtsov1-0/+10
2011-11-11wireless: move ieee80211chan2mhz macroJohannes Berg1-8/+0
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias1-0/+3
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias2-31/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias2-30/+62
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg1-0/+5
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+1
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-2/+9
2011-11-09mac80211: implement wifi TX statusJohannes Berg1-3/+2
2011-11-09nl80211: advertise socket TX status capabilityJohannes Berg1-1/+2
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg1-1/+1