summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-18packet: Add needed_tailroom to packet_sendmsg_spktHerbert Xu1-1/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu5-15/+30
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-12/+27
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-10/+22
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet3-16/+21
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville59-1458/+3381
2011-11-17ipv6: Use pr_warn() in ip6_fib.cDavid S. Miller1-10/+10
2011-11-17IPV6 Fix a crash when trying to replace non existing routeMatti Vaittinen1-7/+14
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny2-6/+32
2011-11-16net-sysfs: fixed minor sparse warningdavid decotigny1-6/+6
2011-11-16net: ethtool: fix coding styleMichał Mirosław1-7/+8
2011-11-166LoWPAN: double free in lowpan_fragment_xmit()Dan Carpenter1-3/+0
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław3-18/+8
2011-11-16ethtool: prepare for larger netdev_features_t typeMichał Mirosław1-16/+26
2011-11-16net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław1-38/+36
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław12-33/+45
2011-11-16net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław1-10/+23
2011-11-16net: remove legacy ethtool opsMichał Mirosław3-410/+26
2011-11-16net: use jump_label for netstamp_neededEric Dumazet1-18/+14
2011-11-15IPv6: Removing unnecessary NULL checks.Matti Vaittinen1-4/+3
2011-11-14ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li1-2/+7
2011-11-14IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou...Matti Vaittinen1-15/+94
2011-11-14IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_...Matti Vaittinen1-2/+11
2011-11-14net: introduce build_skb()Eric Dumazet1-0/+49
2011-11-14neigh: new unresolved queue limitsEric Dumazet5-55/+115
2011-11-14bridge: add NTF_USE supportstephen hemminger1-11/+27
2011-11-146LoWPAN: UDP header decompressionalex.bluesman.smirnov@gmail.com1-1/+60
2011-11-146LoWPAN: UDP header compressionalex.bluesman.smirnov@gmail.com2-4/+52
2011-11-146LoWPAN: set proper netdev flagsalex.bluesman.smirnov@gmail.com1-2/+1
2011-11-146LoWPAN: disable debugging by defaultalex.bluesman.smirnov@gmail.com1-2/+0
2011-11-146LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com2-4/+274
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2-14/+9
2011-11-11mac80211: fix warning in ieee80211_probe_clientJohannes Berg1-4/+5
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle1-4/+3
2011-11-11mac80211: Save probe response data for bssArik Nemtsov5-5/+74
2011-11-11nl80211: Pass probe response data to driversArik Nemtsov1-0/+9
2011-11-11nl80211: Add probe response offload attributeArik Nemtsov1-0/+4
2011-11-11nl80211: fix compiler warningJohannes Berg1-1/+1
2011-11-11mac80211: make sure hw_key exists before checking its flagsArik Nemtsov1-1/+2
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira1-0/+2
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias1-1/+4
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias3-43/+3
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias5-84/+131
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg2-0/+21
2011-11-11mac80211: simplify scan state machineJohannes Berg2-128/+82
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2-1/+5
2011-11-11mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov1-1/+9
2011-11-11cfg80211: merge in beacon ies of hidden bss.Dmitry Tarnyagin1-3/+114
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet5-21/+27
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2