summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-03-17netpoll: Visit all napi handlers in poll_napiEric W. Biederman1-3/+0
2014-03-17netpoll: Pass budget into poll_napiEric W. Biederman1-3/+3
2014-03-17netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman1-8/+8
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-47/+58
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich1-90/+50
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-0/+19
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches2-12/+12
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-1/+4
2014-03-12skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-03-12skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-03-12skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-22/+24
2014-03-12skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-03-12skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-03-11flowcache: restore a single flow_cache kmem_cacheEric Dumazet1-6/+8
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+4
2014-02-28neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-28neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-27neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-27net: Add sysfs file for port numberAmir Vadai1-0/+2
2014-02-25pktgen: document all supported flagsMathias Krause1-1/+7
2014-02-25pktgen: simplify error handling in pgctrl_write()Mathias Krause1-13/+6
2014-02-25pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause1-1/+4
2014-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-70/+83
2014-02-25smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-1/+1
2014-02-25smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-1/+1
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko1-1/+1
2014-02-20net-sysfs: fix comment typo 'CONFIG_SYFS'Paul Bolle1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina19-771/+1451
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-33/+28
2014-02-19rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-12/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-4/+3
2014-02-15net-sysfs: get_netdev_queue_index() cleanupEric Dumazet1-6/+3
2014-02-14net: remove unnecessary return'sstephen hemminger1-1/+0
2014-02-14net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-14net: correct error path in rtnl_newlink()Cong Wang1-7/+12
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2-2/+2
2014-02-12flowcache: Make flow cache name space awareFan Du1-70/+57
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du1-0/+26
2014-02-10net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-10net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo2-7/+3
2014-02-08cgroup: drop module supportTejun Heo2-2/+0
2014-02-08cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2-36/+2
2014-02-07net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-07netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-05rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1