summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro1-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro1-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro1-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro1-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro1-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro1-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro1-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro1-1/+3
2018-10-07net: sched: pie: fix coding style issuesLeslie Monis1-18/+18
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-36/+88
2018-10-05net/ncsi: Add NCSI OEM command supportVijay Khemka4-4/+88
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-05socket: Tighten no-error check in bind()Jakub Sitnicki1-1/+1
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-05ipv6: do not leave garbage in rt->fib6_metricsEric Dumazet1-0/+2
2018-10-05udp: gro behind static keyWillem de Bruijn4-4/+4
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK1-2/+2
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2-33/+24
2018-10-05net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern1-30/+42
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan1-4/+7
2018-10-04net: Move free of dst_metrics to helperDavid Ahern2-8/+2
2018-10-04net: common metrics init helper for dst_entryDavid Ahern2-10/+3
2018-10-04net: Move free of fib_metrics to helperDavid Ahern2-8/+4
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern4-47/+41
2018-10-04openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes3-0/+974
2018-10-04devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter ignore_ariVasundhara Volam1-0/+5
2018-10-04Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...David S. Miller3-8/+15
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-3/+5
2018-10-04Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller11-52/+85
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells2-7/+65
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+14
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+43
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells6-9/+6
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells4-22/+17
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells1-4/+4
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells3-17/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller56-323/+468
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-3/+5
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-02tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-50/+185
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-12/+36
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman4-4/+4
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel1-0/+1
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet2-9/+4