summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet
2017-02-10devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko
2017-02-10devlink: use nla_put_failure goto label instead of outJiri Pirko
2017-02-10devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding
2017-02-10net: Fix checkpatch block comments warningstcharding
2017-02-10net: Fix checkpatch whitespace errorstcharding
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-05net: remove __napi_complete()Eric Dumazet
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet
2017-02-02net: remove useless pfmemalloc settingEric Dumazet
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-30net: Drop secpath on free after gro merge.Steffen Klassert
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann
2017-01-20net: remove duplicate code.Mahesh Bandewar