aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06xprtrdma: Don't require LOCAL_DMA_LKEY support for fastregSagi Grimberg1-5/+3
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever5-35/+2
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-4/+5
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-66/+111
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-09libceph: check data_len in ->alloc_msg()Ilya Dryomov2-40/+18
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-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng3-13/+84
2015-09-08libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov1-3/+3
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet1-5/+5
2015-09-08libceph: remove the unused macro AES_KEY_SIZENicholas Krause1-4/+0
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
2015-09-05net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-150/+197
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-1/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+5
2015-09-04mac80211: reject software RSSI CQM with beacon filteringJohannes Berg1-0/+4
2015-09-04mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov2-0/+31
2015-09-04cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero1-1/+1
2015-09-04rfkill: Copy "all" global state to other typesJoão Paulo Rechi Vita1-1/+9
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-3/+67
2015-09-04mac80211: Do not use sizeof() on pointer typeThierry Reding1-1/+1
2015-09-03sctp: add routing output fallbackMarcelo Ricardo Leitner1-1/+7
2015-09-03sctp: fix dst leakMarcelo Ricardo Leitner1-1/+3
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds411-7873/+14465
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2-7/+6
2015-09-02netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2-0/+2
2015-09-02ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-09-02sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann1-0/+3
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller1-38/+41
2015-09-01flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cDavid S. Miller2-36/+35
2015-09-01flow_dissector: Don't use bit fields.David S. Miller1-7/+7
2015-09-01flow_dissector: Ignore flow dissector return value from ___skb_get_hashTom Herbert1-9/+3