summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-07-24net/ipv4: cleanup error condition testingPavel Machek-1/+1
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing-15/+33
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp-0/+6
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp-11/+2
2019-07-24can: Kconfig: correct history of the CAN protocolRobert P. J. Day-5/+6
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet-3/+3
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko-12/+12
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley-0/+25
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)-31/+37
2019-07-22batman-adv: Fix deletion of RTR(4|6) mcast list entriesSven Eckelmann-2/+4
2019-07-22batman-adv: Fix netlink dumping of all mcast_flags bucketsSven Eckelmann-1/+1
2019-07-22batman-adv: Replace usage of strlcpy with strscpySven Eckelmann-5/+5
2019-07-22batman-adv: Start new development cycleSimon Wunderlich-1/+1
2019-07-22net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski-0/+1
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend-7/+43
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend-5/+9
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend-0/+55
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend-42/+60
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend-7/+20
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski-4/+0
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski-10/+18
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet-2/+11
2019-07-21netfilter: ebtables: fix a memory leak bug in compatWenwen Wang-1/+3
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov-1/+3
2019-07-21tipc: Fix a typoChristophe JAILLET-1/+1
2019-07-20mac80211: don't warn about CW params when not using themBrian Norris-4/+9
2019-07-20mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi-2/+6
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso-10/+15
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso-12/+13
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso-7/+4
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso-10/+10
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-77/+106
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-14/+36
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-102/+192
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-122/+97
2019-07-19netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann-3/+3
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet-5/+7
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-122/+97
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun-0/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-508/+845
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-24/+29
2019-07-18ipv6: Unlink sibling route in case of failureIdo Schimmel-1/+17
2019-07-18netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso-2/+2
2019-07-18netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso-1/+1
2019-07-18netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera-2/+2
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun-1/+1
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust-29/+38