summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-134-6/+3
* net: centralize net_device min/max MTU checkingJarod Wilson2016-10-131-2/+11
* Subject: [PATCH] af_iucv: drop skbs rejected by filterUrsula Braun2016-10-121-7/+17
* Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWNUrsula Braun2016-10-121-1/+9
* openvswitch: correctly fragment packet with mpls headersJiri Benc2016-10-121-4/+20
* net: dsa: slave: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-6/+8
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1118-240/+357
|\
| * netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-083-45/+65
| |\
| | * Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-063-50/+38
| | * Bluetooth: Add appearance to default scan rsp dataMichał Narajowski2016-10-061-1/+10
| | * Bluetooth: Fix local name in scan rspMichał Narajowski2016-10-061-12/+35
| * | ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski2016-10-071-1/+3
| * | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-0611-116/+251
| |\ \
| | * | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
| | * | rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
| | * | rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
| | * | rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
| | * | rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
| | * | rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
| | * | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
| | * | rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102
| | * | rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
| | * | rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
| | * | rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
| | * | rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
| | |/
| * | netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-061-3/+4
| * | packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-10-061-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-1068-270/+482
| |\ \ \
| * | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-32/+29
|\ \ \ \ \
| * | | | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-1/+0
| * | | | | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-20/+30
| * | | | | sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher2016-10-061-18/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-109-16/+607
|\ \ \ \ \
| * | | | | crush: remove redundant local variableIlya Dryomov2016-10-051-3/+2
| * | | | | crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-051-3/+9
| * | | | | libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov2016-10-031-3/+1
| * | | | | libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov2016-10-031-1/+1
| * | | | | rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+6
| * | | | | rbd: support for exclusive-lock featureIlya Dryomov2016-08-241-0/+1
| * | | | | rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-241-0/+1
| * | | | | libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-3/+4
| * | | | | libceph: support for blacklisting clientsDouglas Fuller2016-08-241-0/+82
| * | | | | libceph: support for lock.lock_infoDouglas Fuller2016-08-241-0/+145
| * | | | | libceph: support for advisory locking on RADOS objectsDouglas Fuller2016-08-242-0/+181
| * | | | | libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+51
| * | | | | libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-0/+117