summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
2018-07-29net: report min and max mtu network device settingsStephen Hemminger
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-07-29route: add support for directed broadcast forwardingXin Long
2018-07-29net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-07-28net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline
2018-07-28net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault
2018-07-27l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes
2018-07-25rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva