summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan53-282/+262
2011-11-23atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]1-3/+11
2011-11-23atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]5-27/+31
2011-11-23atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]1-7/+10
2011-11-23atm: clip: Don't move counters backwardsJorge Boncompte [DTI2]1-9/+1
2011-11-23atm: br2684: Do not move counters backwardsJorge Boncompte [DTI2]1-8/+1
2011-11-23xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-2/+2
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman6-1/+389
2011-11-22netfilter: use jump_label for nf_hooksEric Dumazet1-1/+12
2011-11-22RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-22irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-75/+92
2011-11-19ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma1-11/+95
2011-11-18ip_gre: Set needed_headroom dynamically againHerbert Xu1-0/+2
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-18net: 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-17net: new counter for tx_timeout errors in sysfsdavid decotigny2-6/+32
2011-11-17net-sysfs: fixed minor sparse warningdavid decotigny1-6/+6
2011-11-17net: ethtool: fix coding styleMichał Mirosław1-7/+8
2011-11-176LoWPAN: double free in lowpan_fragment_xmit()Dan Carpenter1-3/+0
2011-11-17net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław3-18/+8
2011-11-17ethtool: prepare for larger netdev_features_t typeMichał Mirosław1-16/+26
2011-11-17net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław1-38/+36
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław12-33/+45
2011-11-17net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław1-10/+23
2011-11-17net: remove legacy ethtool opsMichał Mirosław3-410/+26
2011-11-17bridge: correct IPv6 checksum after pullstephen hemminger1-0/+2
2011-11-17net: use jump_label for netstamp_neededEric Dumazet1-18/+14
2011-11-17tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet1-0/+1
2011-11-16IPv6: Removing unnecessary NULL checks.Matti Vaittinen1-4/+3
2011-11-15net/packet: Revert incorrect dead-code changes to prb_setup_retire_blk_timerJesper Juhl1-2/+4
2011-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-4/+14
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-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-11-14neigh: new unresolved queue limitsEric Dumazet5-55/+115
2011-11-14bridge: add NTF_USE supportstephen hemminger1-11/+27
2011-11-14bridge: Fix potential deadlock on br->multicast_lockAndrey Vagin1-2/+2
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-146LoWPAN: UDP header decompressionalex.bluesman.smirnov@gmail.com1-1/+60