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