summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-2535-105/+192
|\
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-201-13/+11
| * net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-181-0/+2
| * rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-181-0/+1
| * irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-181-1/+1
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
| * net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-181-2/+9
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-181-0/+4
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
| * tipc: fix use-after-freeEric Dumazet2017-08-181-2/+4
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-184-9/+14
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-1/+1
| * dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
| * net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
| * net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
| * net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
| * ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
| * ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
| * Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller2017-08-151-1/+21
| |\
| | * mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-1/+21
| * | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-142-4/+4
| * | dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-141-4/+1
| * | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
| * | af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-141-22/+26
| * | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-141-7/+7
| * | tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
| * | tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
| * | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
| * | bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann2017-08-111-0/+2
| * | net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
| * | net: dsa: ksz: fix skb freeingVivien Didelot2017-08-111-4/+9
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-118-21/+28
|\| |
| * | packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
| * | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-103-7/+10
| * | net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-091-1/+1
| * | igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-092-6/+7
| * | tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* | | jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini2017-08-102-4/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-0913-67/+114
|\ \
| * | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-083-3/+3
| * | rds: Reintroduce statistics countingHÃ¥kon Bugge2017-08-081-1/+4
| * | tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-081-0/+4
| * | net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-081-10/+10
| * | tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-032-18/+16
| * | tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-031-9/+5
| * | tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
| * | ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-8/+3