summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-109-13/+13
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-239-13/+13
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-189-13/+13
* | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-106-34/+198
|\ \ \
| * | | rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-041-0/+51
| * | | libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-042-8/+74
| * | | libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton2017-05-041-0/+34
| * | | libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+7
| * | | libceph: remove req->r_replay_versionJeff Layton2017-05-042-6/+5
| * | | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-041-1/+1
| * | | libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-041-8/+8
| * | | libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova2017-05-041-3/+3
| * | | libceph: supported_features module parameterIlya Dryomov2017-05-041-0/+11
| * | | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-10/+6
* | | | 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
OpenPOWER on IntegriCloud