summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAge
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-21
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-21
* rtnl: simplify error return path in rtnl_create_link()Tobias Klauser2017-02-21
* rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann2017-02-17
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-16
|\
| * net: Prepare gro for packet consuming gro callbacksSteffen Klassert2017-02-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
|\ \
| * | net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-15
* | | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-13
* | | devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko2017-02-10
* | | devlink: use nla_put_failure goto label instead of outJiri Pirko2017-02-10
* | | devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko2017-02-10
* | | devlink: fix the name of eswitch commandsJiri Pirko2017-02-10
* | | net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-10
* | | net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-10
* | | net: Fix checkpatch block comments warningstcharding2017-02-10
* | | net: Fix checkpatch whitespace errorstcharding2017-02-10
* | | net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-10
* | | gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-08
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07
|\ \ \ | |/ /
| * | udp: properly cope with csum errorsEric Dumazet2017-02-07
| * | net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-03
| * | ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-03
* | | net: pending_confirm is not used anymoreJulian Anastasov2017-02-07
* | | sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-07
| |/ |/|
* | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-06
* | net: remove __napi_complete()Eric Dumazet2017-02-05
* | net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-03
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-03
|\ \
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-02
* | | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-02
* | | net: remove useless pfmemalloc settingEric Dumazet2017-02-02
* | | net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-02-01
* | | rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd2017-02-01
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-01
|\ \ \
| * | | net: Drop secpath on free after gro merge.Steffen Klassert2017-01-30
| |/ /
* | | net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov2017-01-31
* | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-30
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\ \ \ | | |/ | |/|
| * | lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-01-24
| * | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-24
| * | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-18
| * | net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-18
| * | net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-01-18
* | | net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-27
* | | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-24
* | | bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann2017-01-24