aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller1-22/+14
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang1-2/+8
2018-01-18ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev1-7/+7
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2018-01-18cfg80211: fix station info handling bugsJohannes Berg2-3/+2
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long1-1/+1
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+4
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann1-1/+8
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca1-2/+2
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca1-1/+3
2018-01-17tls: fix sw_ctx leakSabrina Dubroca1-5/+7
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-143/+135
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann3-30/+22
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller4-9/+15
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-50/+1
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2-2/+3
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti1-0/+1
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern1-1/+2
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-159p: add missing module license for xen transportStephen Hemminger1-0/+4
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg1-1/+7
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-2/+0
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski1-4/+7
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg1-2/+1
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+4
2018-01-13Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+11
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-12/+38
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro1-1/+3
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang1-3/+1
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner1-0/+10
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner1-1/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-4/+17
2018-01-10xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert1-1/+7
2018-01-10af_key: Fix memory leak in key_notify_policy.Steffen Klassert1-1/+3
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov3-4/+17
2018-01-09ipv6: remove null_entry before adding default routeWei Wang1-9/+29
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang3-11/+8
2018-01-09net: core: fix module type in sock_diag_bindAndrii Vladyka1-1/+1
2018-01-09esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2-2/+4
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-85/+126
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2-12/+25
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner1-12/+12
2018-01-08xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal1-2/+2
2018-01-08xfrm: Return error on unknown encap_type in init_stateHerbert Xu2-2/+2
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+2
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro1-12/+2
2018-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-01-05xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu1-1/+1
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang1-15/+20
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-04rtnetlink: give a user socket to get_target_net()Andrei Vagin1-5/+5
2018-01-04Bluetooth: Prevent stack info leak from the EFS element.Ben Seri1-9/+11
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2018-01-04nl80211: Check for the required netlink attribute presenceHao Chen1-1/+2
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner1-12/+10
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy1-4/+18
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2018-01-02net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2-2/+2
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5
2018-01-02Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller1-1/+13
2017-12-31xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca1-1/+2
2017-12-30af_key: fix buffer overread in parse_exthdrs()Eric Biggers1-0/+3
2017-12-30af_key: fix buffer overread in verify_address_len()Eric Biggers1-0/+5
2017-12-30xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2017-12-30xfrm: Forbid state updates from changing encap typeHerbert Xu1-1/+7
2017-12-28strparser: Call sock_owned_by_user_nocheckTom Herbert1-1/+1
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-5/+122
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala1-1/+5
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka1-0/+3
2017-12-26tipc: fix memory leak of group member when peer node is lostJon Maloy1-9/+18
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko1-0/+2
2017-12-26tipc: base group replicast ack counter on number of actual receiversJon Maloy1-1/+3
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang1-1/+3
2017-12-26ip6_gre: fix device features for ioctl setupAlexey Kodanev1-25/+32
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu1-2/+4
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li3-3/+11
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel1-8/+11
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso1-1/+1
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2017-12-20tipc: remove joining group member from congested listJon Maloy1-4/+2
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-55/+38
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller4-23/+100
2017-12-19cfg80211: ship certificates as hex filesJohannes Berg3-20/+95
2017-12-19cfg80211: always rewrite generated files from scratchThierry Reding1-2/+2
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu3-2/+77
2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-5/+6
2017-12-18sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long1-0/+3
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long1-16/+8
2017-12-18tipc: remove leaving group member from all listsJon Maloy1-2/+4
2017-12-18tipc: fix lost member events bugJon Maloy1-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-15/+24
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-128/+329
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-15net: sched: fix clsact init error pathJiri Pirko2-7/+3
2017-12-15SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever4-6/+5
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan1-1/+1
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz1-16/+15
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz1-0/+2
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-12-15Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-5/+7
2017-12-15xdp: linearize skb in netif_receive_generic_xdp()Song Liu1-1/+1
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-38/+170
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-13net: remove duplicate includesPravin Shedge7-7/+0
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2017-12-12xfrm: put policies when reusing pcpu xdst entryFlorian Westphal1-0/+1
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2017-12-11netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov1-1/+7
2017-12-11Merge tag 'mac80211-for-davem-2017-12-11' of git://git.kernel.org/pub/scm/lin...David S. Miller2-13/+40
2017-12-11netfilter: exthdr: add missign attributes to policyFlorian Westphal1-0/+2
2017-12-11nl80211: fix nl80211_send_iface() error pathsJohannes Berg1-2/+4
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg1-3/+2
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung3-5/+16
2017-12-08xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2017-12-08xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2017-12-07netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann1-1/+1
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion1-0/+3
2017-12-06netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2017-12-06wireless: don't write C files on failuresJohannes Berg1-10/+38
2017-12-06wireless: replace usage of hexdump with od/sedJohannes Berg1-2/+2
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro4-25/+9
2017-12-05socketpair(): allocate descriptors firstAl Viro1-51/+38
2017-12-05fix kcm_clone()Al Viro1-44/+27
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-12-05tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-05tipc: fix a null pointer deref on error pathCong Wang1-1/+1
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg1-1/+1
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet1-3/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-74/+124
2017-12-04batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+2
2017-12-04netfilter: xt_bpf: add overflow checksJann Horn1-0/+6
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells1-2/+3
2017-12-02batman-adv: Fix kernel-doc for timer functionsSven Eckelmann1-2/+2
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2-1/+6
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2-4/+15
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long1-2/+4
2017-12-01batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann1-1/+1
2017-12-01batman-adv: Always initialize fragment header prioritySven Eckelmann1-0/+2
2017-12-01xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2017-12-01xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller1-1/+11