summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* | | | l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault2016-11-301-1/+1
* | | | l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2016-11-302-5/+8
* | | | l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2016-11-302-38/+32
* | | | l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2016-11-302-10/+12
* | | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-303-13/+26
* | | | openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
| |/ / |/| |
* | | net: dsa: slave: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+11
* | | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-10/+2
* | | net: dsa: slave: fix of-node leak and phy priorityJohan Hovold2016-11-291-2/+5
* | | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
* | | sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
* | | net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-291-5/+7
* | | netlink: Call cb->done from a worker threadHerbert Xu2016-11-292-4/+25
* | | net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
* | | net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3
* | | net: handle no dst on skb in icmp6_sendDavid Ahern2016-11-281-2/+4
* | | tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath2016-11-281-0/+1
* | | net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-288-21/+31
* | | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-273-8/+39
|\ \ \
| * | | flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek2016-11-231-4/+2
| * | | xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal2016-11-181-4/+6
| * | | vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2016-10-111-0/+31
* | | | net: dsa: fix fixed-link-phy device leaksJohan Hovold2016-11-271-1/+4
* | | | tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-251-1/+1
* | | | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-251-0/+1
* | | | tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-251-5/+5
* | | | tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-251-2/+3
* | | | Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/...David S. Miller2016-11-251-8/+10
|\ \ \ \
| * | | | can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-11-245-7/+29
|\ \ \ \ \
| * | | | | Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-225-7/+29
| |/ / / /
* | | | | net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
* | | | | udplite: call proper backlog handlersEric Dumazet2016-11-246-6/+6
* | | | | ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni2016-11-241-6/+12
| |_|/ / |/| | |
* | | | net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong2016-11-231-1/+1
* | | | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-231-1/+1
|/ / /
* | | flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2123-103/+278
|\ \ \
| * | | tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| * | | net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
| * | | tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
| * | | rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
| * | | l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-192-4/+6
| * | | Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-11-192-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | batman-adv: Detect missing primaryif during tp_send as errorSven Eckelmann2016-11-041-0/+1
| | * | batman-adv: Revert "fix splat on disabling an interface"Sven Eckelmann2016-11-041-0/+1
| * | | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
| * | | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-186-6/+99
| |\ \ \
OpenPOWER on IntegriCloud