summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig1-1/+4
2018-07-30net: simplify sock_poll_waitChristoph Hellwig11-12/+12
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing1-3/+1
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing1-1/+1
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger2-7/+18
2018-07-29net: report min and max mtu network device settingsStephen Hemminger1-0/+6
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-07-29route: add support for directed broadcast forwardingXin Long2-1/+16
2018-07-29net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat1-1/+2
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes1-7/+5
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes1-4/+2
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-07-28net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline1-1/+2
2018-07-28net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-8/+11
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai1-1/+1
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai1-1/+1
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht1-6/+7
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault5-50/+8
2018-07-27l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault1-11/+2
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2-4/+0
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault3-17/+1
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell1-1/+1
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata1-0/+86
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata1-4/+7
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko2-14/+60
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller14-236/+1253
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-13/+23
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes1-3/+4
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva1-1/+0
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault5-39/+18
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing1-0/+1
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg1-6/+3
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes1-9/+125
2018-07-25rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva1-1/+1
2018-07-25net/rds/Kconfig: RDS should depend on IPV6Anders Roxell1-1/+1
2018-07-25net/smc: improve delete link processingKarsten Graul5-23/+68
2018-07-25net/smc: provide fallback reason codeKarsten Graul5-29/+55
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun12-81/+93
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun3-13/+8