summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-03-24cfg80211/wext: fix message orderingJohannes Berg
2016-03-24route: check and remove route cache when we get routeXin Long
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-01-28sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-28vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2016-01-25net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-18ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-18ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld
2015-12-18unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-12-13netfilter: remove dead codeFlavio Leitner
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-10-28af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-08-25net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-15netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-07-06sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2015-03-02fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-04ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2014-12-10drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-11-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-13net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-10-15ipv6: remove rt6i_genidHannes Frederic Sowa
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-10-05regulatory: add NUL to alpha2Eliad Peller
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-07-28ip: make IP identifiers less predictableEric Dumazet
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso
2014-07-02ieee802154: reassembly: fix possible buffer overflowAlexander Aring
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds