summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-21sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter1-1/+5
2017-09-27Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-6/+1
2017-09-27Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-27/+9
2017-09-27ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-09-27ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29
2017-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-2/+2
2017-08-11wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann1-1/+2
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-0/+8
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-06-17ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis1-0/+5
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet2-6/+12
2017-05-20mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul1-0/+4
2017-05-20mac80211: pass block ack session timeout to to driverSara Sharon1-14/+30
2017-05-20mac80211: pass RX aggregation window size to driverSara Sharon1-3/+5
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+11
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-11-21ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-11-15net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross1-0/+16
2016-09-30af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-1/+1
2016-09-30tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+1
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko1-1/+1
2016-05-18net_sched: update hierarchical backlog tooWANG Cong2-2/+7
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong1-0/+17
2016-05-11ipvs: drop first packet to redirect conntrackJulian Anastasov1-0/+17
2016-04-20bonding: fix bond_get_stats()Eric Dumazet1-0/+1
2016-03-16cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet1-2/+3
2016-03-03route: check and remove route cache when we get routeXin Long1-0/+1
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni1-2/+10
2016-03-03gro: Make GRO aware of lightweight tunnels.Jesse Gross1-0/+18
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2-7/+16
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2015-12-16inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet1-0/+1
2015-12-14net: fix IP early demux racesEric Dumazet2-1/+34
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2-10/+16