summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-19net: sched: cls_u32: add extack supportAlexander Aring
2018-01-19net: sched: cls: add extack support for tcf_change_indevAlexander Aring
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring
2018-01-19net: sched: cls: fix code style issuesAlexander Aring
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng
2018-01-19tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy
2018-01-19l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi
2018-01-19l2tp: remove l2specific_len configurable parameterLorenzo Bianconi
2018-01-19l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2018-01-19l2tp: double-check l2specific_type provided by userspaceLorenzo Bianconi
2018-01-19devlink: Make some functions staticWei Yongjun
2018-01-19ipv6: mcast: remove dead codeEric Dumazet
2018-01-19caif: reduce stack size with KASANArnd Bergmann
2018-01-18net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton
2018-01-18flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros
2018-01-18net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai
2018-01-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko
2018-01-17net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16tipc: fix race condition at topology server receiveJon Maloy
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky
2018-01-16devlink: Add support for reloadArkadi Sharshevsky
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu