summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2016-01-221-0/+1
* net: fix IP early demux racesEric Dumazet2016-01-222-1/+34
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-221-0/+1
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-221-0/+2
* vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc2016-01-221-1/+1
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-141-0/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-141-1/+20
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-141-0/+1
* net: switchdev: fix return code of fdb_dump stubDragos Tatulea2015-12-141-1/+1
* ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-12-142-2/+4
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-141-2/+1
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-12-141-1/+2
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-12-141-0/+1
* Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-12-091-0/+1
* tun_dst: Fix potential NULL dereferenceTobias Klauser2015-12-091-1/+2
* net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet2015-12-091-1/+2
* ipv4: fix to not remove local route on link downJulian Anastasov2015-12-091-1/+1
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-0/+32
* net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-171-0/+8
* af_unix: constify the sock parameter in unix_sk()Paul Moore2015-10-081-1/+1
* tcp/dccp: fix old style declarationsRaanan Avargil2015-10-051-2/+2
* af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-09-291-1/+5
* ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
* tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-1/+13
* ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-201-1/+1
* net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-11/+19
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-172-1/+2
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-1/+2
* ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
* ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-151-2/+9
* ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-105-5/+6
|\
| * net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-2/+0
| * Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-09-061-1/+3
| |\
| | * mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman2015-09-041-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-053-2/+3
| |\ \ | | |/ | |/|
| | * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-011-0/+1
| | * netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=nBernhard Thaler2015-08-191-1/+1
| | * netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso2015-08-191-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-092-0/+38
|\ \ \
| * | | net/bonding: Export bond_option_active_slave_get_rcuMatan Barak2015-08-301-0/+7
| * | | net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-301-0/+31
| | |/ | |/|
* | | memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-081-5/+0
* | | memcg: export struct mem_cgroupMichal Hocko2015-09-081-28/+0
| |/ |/|
* | netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-021-18/+1
* | flow_dissector: Use 'const' where possible.David S. Miller2015-09-011-4/+4
* | flow_dissector: Don't use bit fields.David S. Miller2015-09-011-3/+5
* | flow_dissector: Add control/reporting of encapsulationTom Herbert2015-09-011-0/+2
* | flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert2015-09-011-0/+1
* | flow_dissector: Add flag to stop parsing at L3Tom Herbert2015-09-011-0/+1