summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-241-1/+1
* bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-241-0/+2
* tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-241-1/+3
* net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-06-241-0/+3
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-06-242-4/+8
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-242-2/+2
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-06-241-4/+2
* tipc: fix nametable publication field in nl compatRichard Alpe2016-06-241-1/+1
* netlink: Fix dump skb leak/double freeHerbert Xu2016-06-241-2/+5
* tipc: check nl sock before parsing nested attributesRichard Alpe2016-06-241-0/+3
* Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke2016-06-071-7/+4
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-071-2/+2
* batman-adv: Fix double neigh_node_put in batadv_v_ogm_route_updateSven Eckelmann2016-06-071-1/+3
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-142-0/+4
* nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds2016-05-141-1/+3
* gre: do not keep the GRE header around in collect medata modeJiri Benc2016-05-111-1/+6
* openvswitch: Fix cached ct with helper.Joe Stringer2016-05-111-0/+13
* net sched: ife action fix late bindingJamal Hadi Salim2016-05-101-4/+10
* net sched: skbedit action fix late bindingJamal Hadi Salim2016-05-101-7/+11
* net sched: simple action fix late bindingJamal Hadi Salim2016-05-101-6/+12
* net sched: mirred action fix late bindingJamal Hadi Salim2016-05-101-6/+13
* net sched: ipt action fix late bindingJamal Hadi Salim2016-05-101-7/+12
* net sched: vlan action fix late bindingJamal Hadi Salim2016-05-101-6/+16
* tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-101-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-05-103-1/+4
|\
| * netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull2016-05-051-0/+2
| * netfilter: IDLETIMER: fix race condition when destroy the targetLiping Zhang2016-04-291-0/+1
| * netfilter: conntrack: init all_locks to avoid debug warningFlorian Westphal2016-04-291-1/+1
* | net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-091-0/+1
* | udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-062-3/+9
* | udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-061-2/+0
* | net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2016-05-062-4/+8
* | bridge: fix igmp / mld query parsingLinus Lüssing2016-05-061-5/+7
* | net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-051-2/+3
* | VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-051-20/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-043-1/+34
|\ \
| * | vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
| * | xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-171-0/+3
| * | flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-171-1/+13
* | | net: fix infoleak in rtnetlinkKangjie Lu2016-05-041-8/+10
* | | net: fix infoleak in llcKangjie Lu2016-05-041-0/+1
* | | ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1
* | | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-034-10/+33
* | | RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2016-05-032-17/+25
* | | net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
* | | netem: Segment GSO packets on enqueueNeil Horman2016-05-031-2/+59
* | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-05-036-56/+41
|\ \ \
| * | | batman-adv: Fix reference counting of hardif_neigh_node object for neigh_nodeSven Eckelmann2016-04-292-11/+7
| * | | batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2016-04-292-38/+6
| * | | batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli2016-04-293-0/+18