summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-0917-66/+131
|\
| * dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-091-0/+2
| * DECnet: Use container_of() for embedded structKees Cook2017-05-091-6/+6
| * Revert "ipv4: restore rt->fi for reference counting"David S. Miller2017-05-081-17/+1
| * ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-082-2/+12
| * Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-083-2/+8
| |\
| | * mac80211: fix IBSS presp allocation sizeJohannes Berg2017-05-081-0/+2
| | * nl80211: correctly validate MU-MIMO groupsJohannes Berg2017-05-081-2/+2
| | * mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho2017-05-081-0/+4
| * | vti: check nla_put_* return valueHangbin Liu2017-05-081-6/+7
| * | vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich2017-05-081-3/+10
| * | tcp: make congestion control optionally skip slow start after idleWei Wang2017-05-081-1/+3
| * | ipv4: restore rt->fi for reference countingWANG Cong2017-05-081-1/+17
| * | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-056-46/+79
| * | bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policyTobias Klauser2017-05-051-0/+4
| |/
* | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-082-6/+8
* | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-082-4/+6
* | format-security: move static strings to constKees Cook2017-05-081-1/+2
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-082-3/+2
* | net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-082-26/+10
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-0810-92/+26
* | net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-081-7/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-1/+0
|\ \ | |/ |/|
| * sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-0420-76/+191
|\ \
| * | ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-042-11/+17
| * | rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-041-1/+1
| * | ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-042-0/+5
| * | net/sched: remove redundant null check on headColin Ian King2017-05-041-2/+1
| * | tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-041-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-0312-59/+162
| |\ \
| | * | netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso2017-05-031-0/+5
| | * | Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-04-281-5/+17
| | |\ \
| | | * | ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
| | * | | netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter2017-04-281-1/+3
| | |/ /
| | * | netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson2017-04-251-1/+1
| | * | netfilter: nft_dynset: continue to next expr if _OP_ADD succeededLiping Zhang2017-04-251-3/+2
| | * | bridge: ebtables: fix reception of frames DNAT-ed to bridge device/portLinus Lüssing2017-04-251-0/+20
| | * | netfilter: xt_socket: Fix broken IPv6 handlingPeter Tirsek2017-04-241-1/+1
| | * | netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadjLiping Zhang2017-04-241-6/+15
| | * | netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang2017-04-241-9/+24
| | * | netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang2017-04-241-12/+12
| | * | netfilter: ctnetlink: drop the incorrect cthelper module requestLiping Zhang2017-04-241-16/+1
| | * | netfilter: nft_set_bitmap: free dummy elements when destroy the setLiping Zhang2017-04-241-0/+5
| | * | netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlinkLiping Zhang2017-04-241-5/+21
| | * | openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-241-1/+29
| | * | netfilter: xt_CT: fix refcnt leak on error pathGao Feng2017-04-241-2/+9
| * | | netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven2017-05-031-1/+1
| * | | net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
* | | | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-043-0/+558
|\ \ \ \
OpenPOWER on IntegriCloud