summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-03-03l2tp: Fix error creating L2TP tunnelsMark Tomlinson
2016-03-03tcp: md5: release request socket instead of listenerEric Dumazet
2016-03-03tipc: fix premature addition of node to lookup tableJon Paul Maloy
2016-03-03af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-03af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-03-03flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-03-03net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-03-03sctp: translate network order to host order when users get a hmacidXin Long
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-03ipv6: fix a lockdep splatEric Dumazet
2016-03-03ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-03-03ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-03-03tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-03-03switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2016-03-03inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer
2016-03-03tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan
2016-03-03sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-03-03af_unix: fix struct pid memory leakEric Dumazet
2016-03-03tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-03-03lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni
2016-03-03gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-03-03af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun
2016-02-25SUNRPC: Fixup socket wait for memoryTrond Myklebust
2016-01-31batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann
2016-01-31bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-31phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa