summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer2015-09-181-3/+5
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-182-5/+6
* dccp: drop null test before destroy functionsJulia Lawall2015-09-162-10/+5Star
* net: core: drop null test before destroy functionsJulia Lawall2015-09-161-8/+4Star
* openvswitch: Fix mask generation for nested attributes.Jesse Gross2015-09-161-23/+59
* rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu2015-09-161-10/+16
* ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-152-26/+34
* ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-153-9/+16
* ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-152-46/+114
* ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-152-8/+8
* ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau2015-09-151-13/+24
* openvswitch: Fix dependency on IPv6 defrag.Joe Stringer2015-09-121-1/+2
* bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing2015-09-121-2/+2
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-121-23/+41
* ebpf: emit correct src_reg for conditional jumpsTycho Andersen2015-09-111-1/+1
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-112-7/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-1034-108/+461
|\
| * tcp_cubic: better follow cubic curve after idle periodEric Dumazet2015-09-101-0/+16
| * tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell2015-09-101-3/+3
| * netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-102-8/+15
| * netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-101-5/+12
| * ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-101-2/+1Star
| * net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-096-17/+3Star
| * ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-091-26/+175
| * RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-09-091-0/+6
| * net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-091-1/+29
| * net: bridge: remove unnecessary switchdev includeVivien Didelot2015-09-091-1/+0Star
| * net: bridge: check __vlan_vid_del for errorVivien Didelot2015-09-091-4/+13
| * openvswitch: Remove conntrack Kconfig option.Joe Stringer2015-09-073-14/+6Star
| * Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-09-077-6/+113
| |\
| | * mac80211: reject software RSSI CQM with beacon filteringJohannes Berg2015-09-041-0/+4
| | * mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov2015-09-042-0/+31
| | * cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero2015-09-041-1/+1
| | * rfkill: Copy "all" global state to other typesJoão Paulo Rechi Vita2015-09-041-1/+9
| | * mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman2015-09-041-3/+67
| | * mac80211: Do not use sizeof() on pointer typeThierry Reding2015-09-041-1/+1
| * | RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan2015-09-061-4/+5
| * | switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko2015-09-061-5/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-067-12/+55
| |\ \
| | * | netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-013-3/+4
| | * | netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso2015-08-291-1/+7
| | * | netfilter: ipset: Fixing unnamed union initElad Raz2015-08-292-4/+36
| | * | netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-281-4/+8
| * | | net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-061-1/+1
| * | | sctp: add routing output fallbackMarcelo Ricardo Leitner2015-09-041-1/+7
| * | | sctp: fix dst leakMarcelo Ricardo Leitner2015-09-041-1/+3
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-0914-106/+34Star
|\ \ \
| * | | IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-312-5/+2Star
| * | | rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-315-20/+8Star
| * | | net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-311-24/+2Star