summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet5-21/+27
2011-11-09ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2-9/+8
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet4-8/+24
2011-11-08sch_choke: use skb_header_pointer()Eric Dumazet1-10/+17
2011-11-08net: make ipv6 PKTINFO honour freebindMaciej Żenczykowski1-1/+1
2011-11-08net: make ipv6 bind honour freebindMaciej Żenczykowski1-1/+1
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda1-1/+7
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2-1/+19
2011-11-08net: better pcpu data alignmentEric Dumazet4-4/+4
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert1-3/+7
2011-11-08tcp: Fix comments for Nagle algorithmFeng King1-1/+1
2011-11-08l2tp: fix l2tp_udp_recv_core()Eric Dumazet1-4/+4
2011-11-08ipv6: drop packets when source address is multicastBrian Haley1-0/+8
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-19/+34
2011-11-07wanrouter: Remove kernel_lock annotationsRichard Weinberger1-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds161-0/+167
2011-11-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-17/+34
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+106
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+34
2011-11-03af_packet: de-inline some helper functionsOlof Johansson1-26/+26
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren1-0/+1
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet2-0/+2
2011-11-03l2tp: fix race in l2tp_recv_dequeue()Eric Dumazet1-1/+2
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust325-6196/+15275
2011-11-02mac80211: disable powersave for broken APsJohannes Berg2-2/+17
2011-11-02mac80211: Fix TDLS support validation in add_station handlerJouni Malinen1-6/+6
2011-11-02mac80211: config hw when going back on-channelEliad Peller1-2/+1
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller1-2/+2
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-5/+8
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-02x25: Fix NULL dereference in x25_recvmsgDave Jones1-3/+8