| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-17 | 1 | -1/+1 |
|\ |
|
| * | constify security_path_{mkdir,mknod,symlink} | Al Viro | 2016-03-28 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-17 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'ovl-fixes' into for-linus | Al Viro | 2016-05-17 | 64 | -374/+682 |
| |\ \ |
|
| * \ \ | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-02 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | net/route: enforce hoplimit max value | Paolo Abeni | 2016-05-14 | 2 | -0/+4 |
* | | | | nf_conntrack: avoid kernel pointer value leak in slab name | Linus Torvalds | 2016-05-14 | 1 | -1/+3 |
* | | | | gre: do not keep the GRE header around in collect medata mode | Jiri Benc | 2016-05-11 | 1 | -1/+6 |
* | | | | openvswitch: Fix cached ct with helper. | Joe Stringer | 2016-05-11 | 1 | -0/+13 |
* | | | | net sched: ife action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -4/+10 |
* | | | | net sched: skbedit action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -7/+11 |
* | | | | net sched: simple action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -6/+12 |
* | | | | net sched: mirred action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -6/+13 |
* | | | | net sched: ipt action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -7/+12 |
* | | | | net sched: vlan action fix late binding | Jamal Hadi Salim | 2016-05-10 | 1 | -6/+16 |
* | | | | tcp: refresh skb timestamp at retransmit time | Eric Dumazet | 2016-05-10 | 1 | -2/+4 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-05-10 | 3 | -1/+4 |
|\ \ \ \ |
|
| * | | | | netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter | Phil Turnbull | 2016-05-05 | 1 | -0/+2 |
| * | | | | netfilter: IDLETIMER: fix race condition when destroy the target | Liping Zhang | 2016-04-29 | 1 | -0/+1 |
| * | | | | netfilter: conntrack: init all_locks to avoid debug warning | Florian Westphal | 2016-04-29 | 1 | -1/+1 |
* | | | | | net: fix a kernel infoleak in x25 module | Kangjie Lu | 2016-05-09 | 1 | -0/+1 |
* | | | | | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 2016-05-06 | 2 | -3/+9 |
* | | | | | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme | 2016-05-06 | 1 | -2/+0 |
* | | | | | net: ipv6: tcp reset, icmp need to consider L3 domain | David Ahern | 2016-05-06 | 2 | -4/+8 |
* | | | | | bridge: fix igmp / mld query parsing | Linus Lüssing | 2016-05-06 | 1 | -5/+7 |
* | | | | | net: bridge: fix old ioctl unlocked net device walk | Nikolay Aleksandrov | 2016-05-05 | 1 | -2/+3 |
* | | | | | VSOCK: do not disconnect socket when peer has shutdown SEND only | Ian Campbell | 2016-05-05 | 1 | -20/+1 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-05-04 | 3 | -1/+34 |
|\ \ \ \ \ |
|
| * | | | | | vti: Add pmtu handling to vti_xmit. | Steffen Klassert | 2016-03-31 | 1 | -0/+18 |
| * | | | | | xfrm: Reset encapsulation field of the skb before transformation | Steffen Klassert | 2016-03-17 | 1 | -0/+3 |
| * | | | | | flowcache: Avoid OOM condition under preasure | Steffen Klassert | 2016-03-17 | 1 | -1/+13 |
* | | | | | | net: fix infoleak in rtnetlink | Kangjie Lu | 2016-05-04 | 1 | -8/+10 |
* | | | | | | net: fix infoleak in llc | Kangjie Lu | 2016-05-04 | 1 | -0/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | ipv6/ila: fix nlsize calculation for lwtunnel | Nicolas Dichtel | 2016-05-03 | 1 | -2/+1 |
* | | | | | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock. | Sowmini Varadhan | 2016-05-03 | 4 | -10/+33 |
* | | | | | RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock | Sowmini Varadhan | 2016-05-03 | 2 | -17/+25 |
* | | | | | net: Disable segmentation if checksumming is not supported | Alexander Duyck | 2016-05-03 | 1 | -1/+1 |
* | | | | | netem: Segment GSO packets on enqueue | Neil Horman | 2016-05-03 | 1 | -2/+59 |
* | | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2016-05-03 | 6 | -56/+41 |
|\ \ \ \ \ |
|
| * | | | | | batman-adv: Fix reference counting of hardif_neigh_node object for neigh_node | Sven Eckelmann | 2016-04-29 | 2 | -11/+7 |
| * | | | | | batman-adv: Fix reference counting of vlan object for tt_local_entry | Sven Eckelmann | 2016-04-29 | 2 | -38/+6 |
| * | | | | | batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event | Antonio Quartulli | 2016-04-29 | 3 | -0/+18 |
| * | | | | | batman-adv: fix DAT candidate selection (must use vid) | Antonio Quartulli | 2016-04-29 | 1 | -7/+10 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-05-02 | 11 | -19/+57 |
|\ \ \ \ \ \ |
|
| * | | | | | | gre: do not pull header in ICMP error processing | Jiri Benc | 2016-05-02 | 1 | -3/+8 |
| * | | | | | | tipc: only process unicast on intended node | Hamish Martin | 2016-05-01 | 1 | -0/+5 |
| * | | | | | | soreuseport: Fix TCP listener hash collision | Craig Gallek | 2016-05-01 | 1 | -0/+2 |
| * | | | | | | net: l2tp: fix reversed udp6 checksum flags | Wang Shanker | 2016-05-01 | 1 | -2/+2 |
| * | | | | | | ip_tunnel: fix preempt warning in ip tunnel creation/updating | Paolo Abeni | 2016-04-29 | 1 | -2/+2 |
| |/ / / / / |
|