summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-1221-212/+416
|\
| * tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue2018-10-111-2/+9
| * tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-111-2/+12
| * tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-111-5/+11
| * net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-111-3/+4
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-113-6/+84
| * net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-111-0/+2
| * Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-10-119-174/+234
| |\
| | * rxrpc: Fix the packet reception routineDavid Howells2018-10-086-50/+105
| | * rxrpc: Fix connection-level abort handlingDavid Howells2018-10-083-15/+19
| | * rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
| | * rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8
| | * rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
| | * rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13Star
| | * rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-083-44/+35Star
| | * rxrpc: Fix the data_ready handlerDavid Howells2018-10-052-35/+44
| | * rxrpc: Fix some missed refs to init_netDavid Howells2018-10-056-24/+34
| * | rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-10-111-3/+10
| * | net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
| * | devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-1/+18
| * | devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12
| * | devlink: Fix param set handling for string typeMoshe Shemesh2018-10-101-3/+8
| * | net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-081-5/+5
| * | udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-081-1/+1
* | | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-061-1/+1
* | | ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-051-9/+20
* | | net: sched: Add policy validation for tc attributesDavid Ahern2018-10-051-4/+20
* | | rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-051-9/+20
* | | net: bpfilter: Fix type cast and pointer warningsShanthosh RK2018-10-051-2/+2
| |/ |/|
* | net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-051-4/+7
* | openvswitch: load NAT helperFlavio Leitner2018-10-051-0/+4
* | Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-10-043-8/+15
|\ \
| * | cfg80211: fix use-after-free in reg_process_hint()Yu Zhao2018-10-011-3/+4
| * | mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-011-1/+1
| * | cfg80211: fix wext-compat memory leakStefan Seyfried2018-10-011-4/+10
* | | sctp: fix fall-through annotationGustavo A. R. Silva2018-10-031-1/+1
* | | ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-031-2/+1Star
* | | rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-031-0/+6
* | | inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-033-3/+10
* | | bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-021-0/+2
* | | rtnetlink: Fail dump if target netnsid is invalidDavid Ahern2018-10-021-4/+2Star
* | | Revert "openvswitch: Fix template leak in error cases."Flavio Leitner2018-10-021-4/+2Star
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-023-10/+29
|\ \ \
| * | | Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-263-10/+29
* | | | tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-022-2/+6
* | | | net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2018-10-021-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-029-6/+30
|\ \ \ \
| * | | | xfrm: validate template modeSean Tranchetti2018-09-201-0/+3
| * | | | xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-09-112-0/+8