summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6Julien Grall2015-07-081-1/+1
| | * | netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso2015-07-021-13/+25
| | * | netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-07-021-4/+8
| | * | netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
| | * | netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler2015-07-021-1/+3
| | * | netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman2015-07-021-1/+1
| * | | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-091-0/+13
| * | | bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-07-091-0/+2
| * | | net/tipc: initialize security state for new connection socketStephen Smalley2015-07-091-0/+1
| * | | ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs2015-07-091-3/+5
| * | | rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-07-091-91/+96
| * | | Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel2015-07-091-4/+0Star
| * | | net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-07-091-1/+2
| * | | bridge: mdb: start delete timer for temp static entriesSatish Ashok2015-07-081-0/+3
| * | | net_sched: gen_estimator: extend pps limitEric Dumazet2015-07-081-6/+7
| * | | ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
| * | | netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
| * | | net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
| * | | net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1Star
| * | | bridge: vlan: fix usage of vlan 0 and 4095 againNikolay Aleksandrov2015-07-021-0/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-022-2/+3
| |\ \ \
| | * | | Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An2015-06-301-2/+2
| | * | | Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An2015-06-261-0/+1
* | | | | libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov2015-07-091-7/+7
* | | | | libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-092-7/+19
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+11
|\ \ \ \ \
| * | | | | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | | | | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | | | | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
* | | | | | bluetooth: fix list handlingLinus Torvalds2015-07-052-2/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-0210-119/+197
|\ \ \ \ \ \
| * | | | | | crush: fix a bug in tree bucket decodeIlya Dryomov2015-06-301-1/+1
| * | | | | | libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet2015-06-291-1/+1
| * | | | | | libceph: Remove spurious kunmap() of the zero pageBenoît Canet2015-06-251-1/+0Star
| * | | | | | crush: sync up with userspaceIlya Dryomov2015-06-254-75/+115
| * | | | | | crush: fix crash from invalid 'take' argumentIlya Dryomov2015-06-251-2/+9
| * | | | | | libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo2015-06-251-1/+1
| * | | | | | libceph: a couple tweaks for wait loopsIlya Dryomov2015-06-252-5/+4Star
| * | | | | | libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-253-20/+47
| * | | | | | libceph: use kvfree() instead of open-coding itIlya Dryomov2015-06-251-4/+1Star
| * | | | | | libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-9/+15
| * | | | | | libceph: properly release STAT request's raw_data_inYan, Zheng2015-06-251-0/+3
* | | | | | | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-0215-532/+751
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust2015-06-201-0/+7
| * | | | | | SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-202-19/+23
| * | | | | | SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust2015-06-191-1/+7
| * | | | | | sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-181-6/+2Star
| * | | | | | Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-1622-375/+416
| |\ \ \ \ \ \
| | * | | | | | xprtrdma: Reduce per-transport MR allocationChuck Lever2015-06-122-4/+8
| | * | | | | | xprtrdma: Stack relief in fmr_op_map()Chuck Lever2015-06-122-11/+28