summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-301-1/+5
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-308-55/+26Star
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-301-0/+14
* net: remove sock_poll_busy_flagChristoph Hellwig2018-07-301-5/+11
* net: remove sock_poll_busy_loopChristoph Hellwig2018-07-301-1/+4
* net: simplify sock_poll_waitChristoph Hellwig2018-07-3011-12/+12
* act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing2018-07-291-3/+1Star
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-291-3/+1Star
* act_pedit: remove unnecessary semicolonYueHaibing2018-07-291-1/+1
* net: report invalid mtu value via netlink extackStephen Hemminger2018-07-292-7/+18
* net: report min and max mtu network device settingsStephen Hemminger2018-07-291-0/+6
* route: add support for directed broadcast forwardingXin Long2018-07-292-1/+16
* net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat2018-07-291-1/+2
* tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes2018-07-291-7/+5Star
* tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes2018-07-291-4/+2Star
* net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai2018-07-271-1/+1
* net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai2018-07-271-1/+1
* sch_cake: Make gso-splitting configurable from userspaceDave Taht2018-07-271-6/+7
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-275-50/+8Star
* l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault2018-07-271-11/+2Star
* l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2018-07-272-4/+0Star
* l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault2018-07-273-17/+1Star
* net/rds/Kconfig: Correct the RDS dependsAnders Roxell2018-07-271-1/+1
* net: dcb: Add priority-to-DSCP map gettersPetr Machata2018-07-271-0/+86
* net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata2018-07-271-4/+7
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-272-14/+60
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-2714-236/+1253
|\
| * xfrm: fix ptr_ret.cocci warningskbuild test robot2018-07-271-4/+1Star
| * xfrm: Return detailed errors from xfrmi_newlinkBenedict Wong2018-07-261-12/+20
| * xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-07-261-1/+4
| * xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold2018-07-201-2/+6
| * xfrm: Remove xfrmi interface ID from flowiBenedict Wong2018-07-203-37/+68
| * xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-193-11/+7Star
| * ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
| * xfrm: use time64_t for in-kernel timestampsArnd Bergmann2018-07-112-17/+17
| * xfrm: Allow Set Mark to be Updated Using UPDSANathan Harold2018-07-011-0/+9
| * xfrm: policy: remove pcpu policy cacheFlorian Westphal2018-06-253-151/+3Star
| * xfrm: Add virtual xfrm interfacesSteffen Klassert2018-06-235-0/+1027
| * xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-235-20/+79
| * xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-235-15/+46
* | net: sched: unmark chain as explicitly created on deleteJiri Pirko2018-07-261-0/+1
* | tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes2018-07-261-3/+4
* | net: sched: cls_api: fix dead code in switchGustavo A. R. Silva2018-07-261-1/+0Star
* | l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-265-39/+18Star
* | tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing2018-07-261-0/+1
* | net/tls: Removed redundant checks for non-NULLVakul Garg2018-07-261-6/+3Star
* | cbs: Add support for the graft functionVinicius Costa Gomes2018-07-261-9/+125
* | rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva2018-07-261-1/+1
* | net/rds/Kconfig: RDS should depend on IPV6Anders Roxell2018-07-261-1/+1
* | net/smc: improve delete link processingKarsten Graul2018-07-265-23/+68