summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-01-23inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet1-0/+1
2016-01-23net: fix IP early demux racesEric Dumazet2-1/+34
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2016-01-23sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2016-01-23vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc1-1/+1
2015-12-15net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-0/+3
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-12-15net: switchdev: fix return code of fdb_dump stubDragos Tatulea1-1/+1
2015-12-15ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2-2/+4
2015-12-15Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-2/+1
2015-12-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-12-09Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-0/+1
2015-12-09tun_dst: Fix potential NULL dereferenceTobias Klauser1-1/+2
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-12-09ipv4: fix to not remove local route on link downJulian Anastasov1-1/+1
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+32
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-08af_unix: constify the sock parameter in unix_sk()Paul Moore1-1/+1
2015-10-05tcp/dccp: fix old style declarationsRaanan Avargil1-2/+2
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-09-25ipv4: send arp replies to the correct tunnelJiri Benc1-0/+2
2015-09-22tcp/dccp: fix timewait races in timer handlingEric Dumazet1-1/+13
2015-09-21ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel1-1/+1
2015-09-21net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-11/+19
2015-09-18net: Fix vti use case with oif in dst lookupsDavid Ahern2-1/+2
2015-09-18ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu1-1/+2
2015-09-16ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau1-2/+2
2015-09-16ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau1-2/+9
2015-09-16ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau1-2/+2
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+6
2015-09-10net: ipv6: use common fib_default_rule_prefPhil Sutter1-2/+0
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-0/+38
2015-09-09memcg: move memcg_proto_active from sock.hMichal Hocko1-5/+0
2015-09-09memcg: export struct mem_cgroupMichal Hocko1-28/+0
2015-09-07Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+3
2015-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+3
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-1/+3
2015-09-03netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann1-18/+1
2015-09-02flow_dissector: Use 'const' where possible.David S. Miller1-4/+4
2015-09-02flow_dissector: Don't use bit fields.David S. Miller1-3/+5
2015-09-02flow_dissector: Add control/reporting of encapsulationTom Herbert1-0/+2
2015-09-02flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert1-0/+1
2015-09-02flow_dissector: Add flag to stop parsing at L3Tom Herbert1-0/+1
2015-09-02flow_dissector: Add control/reporting of fragmentationTom Herbert1-0/+4
2015-09-02flowi: Abstract out functions to get flow hash based on flowiTom Herbert2-0/+21
2015-09-02skbuff: Make __skb_set_sw_hash a general functionTom Herbert1-0/+5
2015-09-02flow_dissector: Move skb related functions to skbuff.hTom Herbert1-50/+0