summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-17/+4
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-0/+1
2015-03-02fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck1-2/+2
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-1/+2
2015-02-04ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-5/+6
2014-12-10drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-11-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-11-13net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich1-1/+1
2014-10-15ipv6: remove rt6i_genidHannes Frederic Sowa2-21/+4
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-0/+1
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+14
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell3-1/+2
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+3
2014-10-06regulatory: add NUL to alpha2Eliad Peller1-1/+1
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-0/+1
2014-07-29ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+5
2014-07-15neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-1/+0
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet1-2/+4
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso1-1/+1
2014-07-03ieee802154: reassembly: fix possible buffer overflowAlexander Aring1-1/+1
2014-07-03net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso1-3/+3
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert1-1/+3
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds45-265/+1028
2014-06-12net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+1
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann1-3/+3
2014-06-11tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2-4/+4
2014-06-05vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+11
2014-06-05gre: Call gso_make_checksumTom Herbert1-2/+3
2014-06-05udp: Generic functions to set checksumTom Herbert2-0/+21
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-03net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-3/+96
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet4-41/+26
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-3/+96
2014-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-3/+50
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+46
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-66/+211
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho1-0/+46
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-11/+4
2014-05-24net: Eliminate no_check from protoswTom Herbert1-1/+0