aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet3-15/+18
2015-09-20netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-09-20iptunnel: make rx/tx bytes counters consistentNicolas Dichtel1-1/+1
2015-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+25
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne1-0/+1
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2-3/+7
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet1-2/+8
2015-09-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-6/+6
2015-09-17atm: deal with setting entry before mkip was calledSasha Levin1-0/+3
2015-09-17ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal1-6/+8
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern3-2/+5
2015-09-17openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer1-3/+5
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2-5/+6
2015-09-17netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso1-0/+1
2015-09-17Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg1-6/+6
2015-09-15dccp: drop null test before destroy functionsJulia Lawall2-10/+5
2015-09-15net: core: drop null test before destroy functionsJulia Lawall1-8/+4
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross1-23/+59
2015-09-15rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu1-10/+16
2015-09-15ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2-26/+34
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau3-9/+16
2015-09-15ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2-46/+114
2015-09-15ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2-8/+8
2015-09-15ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau1-13/+24
2015-09-14netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso1-6/+18
2015-09-14netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal1-2/+6
2015-09-11openvswitch: Fix dependency on IPv6 defrag.Joe Stringer1-1/+2
2015-09-11bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing1-2/+2
2015-09-11sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-09-11ebpf: emit correct src_reg for conditional jumpsTycho Andersen1-1/+1
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-108/+461
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2-8/+15
2015-09-09netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
2015-09-09ipv6: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter6-17/+3
2015-09-09ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-09-09RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-106/+34
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-09-08net: bridge: remove unnecessary switchdev includeVivien Didelot1-1/+0
2015-09-08net: bridge: check __vlan_vid_del for errorVivien Didelot1-4/+13
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-316/+288
2015-09-06openvswitch: Remove conntrack Kconfig option.Joe Stringer3-14/+6
2015-09-06Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-6/+113
2015-09-05RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan1-4/+5
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko1-5/+1
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-12/+55