summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-17/+64
* netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman2014-03-171-22/+16
* netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-5/+9
* netpoll: Don't drop all received packets.Eric W. Biederman2014-03-171-11/+6
* netpoll: Add netpoll_rx_processingEric W. Biederman2014-03-171-2/+2
* netpoll: Warn if more packets are processed than are budgetedEric W. Biederman2014-03-171-0/+1
* netpoll: Visit all napi handlers in poll_napiEric W. Biederman2014-03-171-3/+0
* netpoll: Pass budget into poll_napiEric W. Biederman2014-03-171-3/+3
* netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman2014-03-171-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-142-47/+58
|\
| * tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-1/+4
| * skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
| * skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
| * skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
| * skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7
| * skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-111-9/+9
* | consolidate duplicate code is skb_checksum_setup() helpersJan Beulich2014-03-131-90/+50
* | flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-0/+19
* | net: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-12/+12
* | flowcache: restore a single flow_cache kmem_cacheEric Dumazet2014-03-101-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-052-7/+4
|\|
| * neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-271-3/+3
| * neigh: fix setting of default gc_* valuesJiri Pirko2014-02-221-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-191-3/+0
| |\
| | * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-171-3/+0
* | | neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong2014-02-271-0/+1
* | | neigh: probe application via netlink in NUD_PROBETimo Teräs2014-02-261-4/+4
* | | net: Add sysfs file for port numberAmir Vadai2014-02-261-0/+2
* | | pktgen: document all supported flagsMathias Krause2014-02-241-1/+7
* | | pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-241-13/+6
* | | pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-241-1/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-242-70/+83
|\ \ \
| * | | flowcache: Make flow cache name space awareFan Du2014-02-121-70/+57
| * | | skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du2014-02-121-0/+26
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-193-33/+28
|\ \ \ | | |/ | |/|
| * | netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-12/+1
| * | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-4/+3
| * | net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-10/+12
| * | net: correct error path in rtnl_newlink()Cong Wang2014-02-131-7/+12
| |/
* | rtnl: make ifla_policy staticJiri Pirko2014-02-181-51/+56
* | net-sysfs: get_netdev_queue_index() cleanupEric Dumazet2014-02-141-6/+3
* | net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
|/
* net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-091-0/+7
* net: Mark functions as static in core/dev.cRashika Kheria2014-02-091-3/+3
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
* netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-061-1/+3
* rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao2014-02-041-1/+1
* net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida2014-01-281-1/+1
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-261-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2517-685/+1368
|\