summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan2018-09-041-0/+1
| * | xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-044-6/+4Star
| * | xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-09-031-0/+2
| * | xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-08-031-0/+12
* | | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-022-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-025-20/+21
|\ \ \
| * | | netfilter: xt_socket: check sk before checking for netns.Flavio Leitner2018-09-281-2/+2
| * | | netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo2018-09-281-14/+14
| * | | netfilter: conntrack: get rid of double sizeofzhong jiang2018-09-201-2/+2
| * | | netfilter: nft_osf: use enum nft_data_types for nft_validate_register_storeStefan Agner2018-09-201-1/+1
| * | | netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern2018-09-201-1/+2
* | | | tipc: fix failover problemLUU Duc Canh2018-09-293-0/+49
* | | | Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-09-2911-202/+188Star
|\ \ \ \
| * | | | rxrpc: Fix error distributionDavid Howells2018-09-286-61/+15Star
| * | | | rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells2018-09-281-10/+13
| * | | | rxrpc: Make service call handling more robustDavid Howells2018-09-285-60/+38Star
| * | | | rxrpc: Improve up-front incoming packet checkingDavid Howells2018-09-282-28/+50
| * | | | rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-284-18/+26
| * | | | rxrpc: Fix RTT gatheringDavid Howells2018-09-283-15/+33
| * | | | rxrpc: Fix checks as to whether we should set up a new callDavid Howells2018-09-283-9/+15
| * | | | rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells2018-09-271-3/+0Star
* | | | | netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-281-19/+1Star
* | | | | Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-289-33/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma2018-09-271-5/+14
| * | | | nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma2018-09-261-0/+1
| * | | | mac80211: allocate TXQs for active monitor interfacesFelix Fietkau2018-09-261-1/+2
| * | | | mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-09-103-8/+8
| * | | | mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-09-101-4/+4
| * | | | cfg80211: Address some corner cases in scan result channel updatingJouni Malinen2018-09-101-9/+49
| * | | | mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-09-051-1/+1
| * | | | cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2018-09-051-0/+1
| * | | | mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski2018-09-051-0/+4
| * | | | mac80211: Always report TX statusAndrei Otcheretianski2018-09-051-5/+2Star
* | | | | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski2018-09-271-2/+4
* | | | | net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-271-1/+8
* | | | | net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern2018-09-271-5/+0Star
| |_|_|/ |/| | |