aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman21-212/+416
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-1/+1
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-6/+84
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport1-0/+2
2018-10-10Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller9-174/+234
2018-10-10rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon1-3/+10
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-1/+18
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-3/+8
2018-10-08rxrpc: Fix the packet reception routineDavid Howells6-50/+105
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells3-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells1-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells3-44/+35
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro1-5/+5
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-1/+1
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
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-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK1-2/+2
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells2-35/+44
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells6-24/+34
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan1-4/+7
2018-10-04openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-04Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-8/+15
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones1-0/+2
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern1-4/+2
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner1-4/+2
2018-10-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-10/+29
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2-2/+6
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller9-6/+30
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2-2/+6
2018-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-20/+21
2018-10-01cfg80211: fix use-after-free in reg_process_hint()Yu Zhao1-3/+4
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-01cfg80211: fix wext-compat memory leakStefan Seyfried1-4/+10
2018-09-29tipc: fix failover problemLUU Duc Canh3-0/+49