summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-22inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet
2016-01-22net: fix IP early demux racesEric Dumazet
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc
2015-12-14net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14net: switchdev: fix return code of fdb_dump stubDragos Tatulea
2015-12-14ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld
2015-12-14Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-12-14ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau
2015-12-14unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-12-09Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg
2015-12-09tun_dst: Fix potential NULL dereferenceTobias Klauser
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-12-09ipv4: fix to not remove local route on link downJulian Anastasov
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-10-08af_unix: constify the sock parameter in unix_sk()Paul Moore
2015-10-05tcp/dccp: fix old style declarationsRaanan Avargil
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-09-20ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu
2015-09-15ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau
2015-09-15ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau
2015-09-15ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko
2015-09-08memcg: export struct mem_cgroupMichal Hocko
2015-09-06Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller
2015-09-01flow_dissector: Don't use bit fields.David S. Miller
2015-09-01flow_dissector: Add control/reporting of encapsulationTom Herbert
2015-09-01flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert
2015-09-01flow_dissector: Add flag to stop parsing at L3Tom Herbert
2015-09-01flow_dissector: Add control/reporting of fragmentationTom Herbert
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert
2015-09-01skbuff: Make __skb_set_sw_hash a general functionTom Herbert
2015-09-01flow_dissector: Move skb related functions to skbuff.hTom Herbert