summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman2015-04-231-42/+28Star
* tipc: fix node refcount issueErik Hugne2015-04-231-1/+0Star
* tipc: fix random link reset problemErik Hugne2015-04-231-1/+2
* tipc: fix topology server broken issueYing Xue2015-04-231-6/+3Star
* net: do not deplete pfmemalloc reserveEric Dumazet2015-04-221-2/+7
* ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg2015-04-221-8/+1Star
* mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman2015-04-221-0/+9
* mpls: Per-device enabling of packet inputRobert Shearman2015-04-222-2/+69
* mpls: Per-device MPLS stateRobert Shearman2015-04-222-2/+51
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-04-221-1/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-223-1/+8
|\
| * tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-212-1/+5
| * ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-04-201-0/+3
* | Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-184-14/+52
|\ \
| * | net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-221-8/+44
| * | net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-221-0/+1
| * | net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-201-1/+4
| * | 9p: use unsigned integers for nwqid/countKirill A. Shutemov2015-03-201-3/+3
| * | 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-201-2/+0Star
* | | Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann2015-04-181-1/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-1716-42/+91
|\ \
| * | net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot2015-04-171-3/+3
| * | net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
| * | act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
| * | inet_diag: fix access to tcp cc informationEric Dumazet2015-04-176-17/+35
| * | tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-171-4/+6
| * | skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-161-3/+6
| * | Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-161-1/+0Star
| * | bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-163-9/+38
| * | netns: remove duplicated include from net_namespace.cWei Yongjun2015-04-161-1/+0Star
| * | fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-162-3/+7
|\ \ \
| * | | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-161-3/+5
| * | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-161-0/+2
| |/ /
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-156-258/+211Star
|\ \ \ | |/ / |/| |
| * | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
| * | net/9p: remove (now-)unused helpersAl Viro2015-04-122-43/+1Star
| * | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-121-0/+1
| * | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-121-63/+61Star
| * | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-121-57/+41Star
| * | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-123-132/+146
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15468-11521/+19500
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-1531-543/+623
| |\ \ \
| | * | | netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso2015-04-131-94/+0Star
| | * | | netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy2015-04-131-4/+50
| | * | | netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2015-04-132-2/+9
| | * | | netfilter: nf_tables: mark stateful expressionsPatrick McHardy2015-04-132-0/+2
| | * | | netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-131-0/+9
| | * | | netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-5/+51
| | * | | netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-133-18/+16Star