aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-12/+0
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-0/+11
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-4/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-312/+635
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman1-7/+7
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita1-9/+6
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita1-14/+15
2013-04-29net: defer net_secret[] initializationEric Dumazet1-3/+1
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel1-0/+33
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich1-1/+1
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn1-6/+6
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2013-04-22net: Remove return value from list_netdevice()dingtianhong1-3/+1
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-19net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller1-0/+3
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy1-1/+29
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-6/+10
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy3-4/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-17/+19
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches1-29/+20
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich1-42/+168
2013-04-12Revert "netprio_cgroup: make local table static"David S. Miller1-1/+1
2013-04-10netprio_cgroup: make local table staticstephen hemminger1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-4/+4
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li2-4/+4
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li2-4/+4
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-04-07scm: Stop passing struct credEric W. Biederman1-16/+0
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+4
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-4/+5
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov1-4/+5
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+13
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+10
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E2-1/+11
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend1-2/+2