summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
| * | net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-031-1/+2
| * | Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-08-032-9/+53
| |\ \
| | * | batman-adv: fix TT sync flag inconsistenciesLinus Lüssing2017-07-312-9/+53
| * | | tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
| * | | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
| * | | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-011-2/+10
* | | | Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-08-044-37/+45
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-012-1/+9
| * | | libceph: upmap semantic changesIlya Dryomov2017-08-011-28/+11
| * | | crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2017-08-012-1/+5
| * | | libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov2017-08-011-1/+11
| * | | libceph: don't call ->reencode_message() more than once per messageIlya Dryomov2017-08-011-3/+3
| * | | libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov2017-08-011-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-3115-52/+79
|\ \ \ \ | |/ / / |/| | |
| * | | udp6: fix jumbogram receptionPaolo Abeni2017-07-312-1/+11
| * | | ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
| * | | tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
| * | | udp6: fix socket leak on early demuxPaolo Abeni2017-07-292-10/+20
OpenPOWER on IntegriCloud