| Commit message (Expand) | Author | Age | Files | Lines |
* | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 4 | -6/+3 |
* | net: centralize net_device min/max MTU checking | Jarod Wilson | 2016-10-13 | 1 | -2/+11 |
* | Subject: [PATCH] af_iucv: drop skbs rejected by filter | Ursula Braun | 2016-10-12 | 1 | -7/+17 |
* | Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWN | Ursula Braun | 2016-10-12 | 1 | -1/+9 |
* | openvswitch: correctly fragment packet with mpls headers | Jiri Benc | 2016-10-12 | 1 | -4/+20 |
* | net: dsa: slave: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-10-12 | 1 | -6/+8 |
* | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 2016-10-11 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-11 | 18 | -240/+357 |
|\ |
|
| * | netfilter: Fix slab corruption. | Linus Torvalds | 2016-10-11 | 1 | -75/+33 |
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2016-10-08 | 3 | -45/+65 |
| |\ |
|
| | * | Bluetooth: Refactor append name and appearance | Michał Narajowski | 2016-10-06 | 3 | -50/+38 |
| | * | Bluetooth: Add appearance to default scan rsp data | Michał Narajowski | 2016-10-06 | 1 | -1/+10 |
| | * | Bluetooth: Fix local name in scan rsp | Michał Narajowski | 2016-10-06 | 1 | -12/+35 |
| * | | ipv6 addrconf: disallow rtr_solicits < -1 | Maciej Żenczykowski | 2016-10-07 | 1 | -1/+3 |
| * | | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2016-10-06 | 11 | -116/+251 |
| |\ \ |
|
| | * | | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phase | David Howells | 2016-10-06 | 1 | -5/+6 |
| | * | | rxrpc: Need to produce an ACK for service op if op takes a long time | David Howells | 2016-10-06 | 5 | -6/+28 |
| | * | | rxrpc: Return negative error code to kernel service | David Howells | 2016-10-06 | 1 | -1/+1 |
| | * | | rxrpc: Add missing notification | David Howells | 2016-10-06 | 1 | -0/+1 |
| | * | | rxrpc: Queue the call on expiry | David Howells | 2016-10-06 | 1 | -4/+6 |
| | * | | rxrpc: Partially handle OpenAFS's improper termination of calls | David Howells | 2016-10-06 | 1 | -0/+37 |
| | * | | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs | David Howells | 2016-10-06 | 8 | -29/+82 |
| | * | | rxrpc: Fix warning by splitting rxrpc_send_call_packet() | David Howells | 2016-10-06 | 8 | -84/+102 |
| | * | | rxrpc: Only ping for lost reply in client call | David Howells | 2016-10-06 | 1 | -1/+2 |
| | * | | rxrpc: Fix oops on incoming call to serviceless endpoint | David Howells | 2016-10-06 | 1 | -1/+1 |
| | * | | rxrpc: Fix duplicate const | David Howells | 2016-10-06 | 2 | -2/+2 |
| | * | | rxrpc: Accesses of rxrpc_local::service need to be RCU managed | David Howells | 2016-10-06 | 1 | -2/+2 |
| | |/ |
|
| * | | netlink: do not enter direct reclaim from netlink_dump() | Eric Dumazet | 2016-10-06 | 1 | -3/+4 |
| * | | packet: call fanout_release, while UNREGISTERING a netdev | Anoob Soman | 2016-10-06 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 68 | -270/+482 |
| |\ \ \ |
|
| * | | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 1 | -32/+29 |
|\ \ \ \ \ |
|
| * | | | | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -1/+0 |
| * | | | | | sockfs: Get rid of getxattr iop | Andreas Gruenbacher | 2016-10-06 | 1 | -20/+30 |
| * | | | | | sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names | Andreas Gruenbacher | 2016-10-06 | 1 | -18/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-10-10 | 9 | -16/+607 |
|\ \ \ \ \ |
|
| * | | | | | crush: remove redundant local variable | Ilya Dryomov | 2016-10-05 | 1 | -3/+2 |
| * | | | | | crush: don't normalize input of crush_ln iteratively | Ilya Dryomov | 2016-10-05 | 1 | -3/+9 |
| * | | | | | libceph: ceph_build_auth() doesn't need ceph_auth_build_hello() | Ilya Dryomov | 2016-10-03 | 1 | -3/+1 |
| * | | | | | libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello() | Ilya Dryomov | 2016-10-03 | 1 | -1/+1 |
| * | | | | | rbd: add 'client_addr' sysfs rbd device attribute | Ilya Dryomov | 2016-08-24 | 1 | -0/+6 |
| * | | | | | rbd: support for exclusive-lock feature | Ilya Dryomov | 2016-08-24 | 1 | -0/+1 |
| * | | | | | rbd: retry watch re-registration periodically | Ilya Dryomov | 2016-08-24 | 1 | -0/+1 |
| * | | | | | libceph: rename ceph_client_id() -> ceph_client_gid() | Ilya Dryomov | 2016-08-24 | 1 | -3/+4 |
| * | | | | | libceph: support for blacklisting clients | Douglas Fuller | 2016-08-24 | 1 | -0/+82 |
| * | | | | | libceph: support for lock.lock_info | Douglas Fuller | 2016-08-24 | 1 | -0/+145 |
| * | | | | | libceph: support for advisory locking on RADOS objects | Douglas Fuller | 2016-08-24 | 2 | -0/+181 |
| * | | | | | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller | 2016-08-24 | 1 | -0/+51 |
| * | | | | | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller | 2016-08-24 | 1 | -0/+117 |