summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro
2018-01-10net: sch: red: Change offloaded xstats to be incrementalNogah Frankel
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-10net: free RX queue structuresJakub Kicinski
2018-01-10net: use the right variant of kfreeJakub Kicinski
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-09tipc: improve poll() for group member socketJon Maloy
2018-01-09tipc: improve groupcast scope handlingJon Maloy
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy
2018-01-09tipc: simplify group LEAVE sequenceJon Maloy
2018-01-09tipc: create group member event messages when they are neededJon Maloy
2018-01-09tipc: adjustment to group member FSMJon Maloy
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy
2018-01-09tipc: a couple of cleanupsJon Maloy
2018-01-09ipv6: remove null_entry before adding default routeWei Wang
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang
2018-01-09ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King
2018-01-09net: core: fix module type in sock_diag_bindAndrii Vladyka
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-09net/core: Add drop counters to VF statisticsEugenia Emantayev
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-08net: tipc: remove unused hardirq.hYang Shi
2018-01-08net: ovs: remove unused hardirq.hYang Shi
2018-01-08net: caif: remove unused hardirq.hYang Shi
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-01-08l2tp: adjust comments about L2TPv3 offsetsGuillaume Nault
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner
2018-01-08tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertionsStefano Brivio
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik