summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-10-05socket: Tighten no-error check in bind()Jakub Sitnicki
2018-10-05ipv6: do not leave garbage in rt->fib6_metricsEric Dumazet
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang
2018-10-05net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern
2018-10-04net: Move free of dst_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for dst_entryDavid Ahern
2018-10-04net: Move free of fib_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes
2018-10-04devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam
2018-10-04devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam
2018-10-04devlink: Add generic parameter ignore_ariVasundhara Volam
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2018-10-04Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03devlink: Add extack for eswitch operationsEli Britstein
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
2018-10-02tls: Add support for inplace records encryptionVakul Garg
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang
2018-10-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller