aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2-0/+8
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-66/+131
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-05-09DECnet: Use container_of() for embedded structKees Cook1-6/+6
2017-05-08Revert "ipv4: restore rt->fi for reference counting"David S. Miller1-17/+1
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2-6/+8
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2-4/+6
2017-05-08format-security: move static strings to constKees Cook1-1/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2-3/+2
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2-26/+10
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko10-92/+26
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-08Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-2/+8
2017-05-08vti: check nla_put_* return valueHangbin Liu1-6/+7
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich1-3/+10
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-08ipv4: restore rt->fi for reference countingWANG Cong1-1/+17
2017-05-08mac80211: fix IBSS presp allocation sizeJohannes Berg1-0/+2
2017-05-08nl80211: correctly validate MU-MIMO groupsJohannes Berg1-2/+2
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho1-0/+4
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet6-46/+79
2017-05-05bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policyTobias Klauser1-0/+4
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-76/+191
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-0/+558
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2-0/+5
2017-05-04net/sched: remove redundant null check on headColin Ian King1-2/+1
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+5
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-98/+28
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-59/+162
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven1-1/+1
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern1-2/+3
2017-05-03netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso1-0/+5
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds477-7528/+13822
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-05-02ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko1-1/+1
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-16/+12
2017-05-02bpf: Align packet data properly in program testing framework.David Miller1-5/+5
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().David Miller1-4/+5
2017-05-02audit: normalize NETFILTER_PKTRichard Guy Briggs1-97/+27
2017-05-02netfilter: use consistent ipv4 network offset in xt_AUDITRichard Guy Briggs1-1/+1