summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | openvswitch: Pack struct sw_flow_key.Jarno Rajahalme2017-02-104-34/+39
* | | openvswitch: Add force commit.Jarno Rajahalme2017-02-101-2/+24
* | | openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-107-46/+227
* | | openvswitch: Inherit master's labels.Jarno Rajahalme2017-02-101-14/+31
* | | openvswitch: Refactor labels initialization.Jarno Rajahalme2017-02-101-42/+62
* | | openvswitch: Simplify labels length logic.Jarno Rajahalme2017-02-101-11/+9
* | | openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-02-101-7/+8
* | | openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-02-101-6/+22
* | | openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-02-101-2/+22
* | | openvswitch: Fix comments for skb->_nfctJarno Rajahalme2017-02-101-7/+7
* | | net: dsa: Fix duplicate object ruleFlorian Fainelli2017-02-091-1/+0
* | | sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-092-0/+106
* | | sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+46
* | | sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-092-0/+69
* | | sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long2017-02-091-0/+29
* | | sctp: streams should be recovered when it fails to send request.Xin Long2017-02-091-2/+17
* | | ipv4: fib: Notify about nexthop status changesIdo Schimmel2017-02-081-0/+33
* | | bridge: vlan tunnel id info range fill size calc cleanupsRoopa Prabhu2017-02-081-18/+16
* | | gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-086-0/+100
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-0718-97/+103
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0717-96/+102
| |\ \
| | * | sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1
| | * | sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-071-1/+2
| | * | udp: properly cope with csum errorsEric Dumazet2017-02-073-4/+8
| | * | tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-071-0/+6
| | * | ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
| | * | Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-02-063-4/+5
| | |\ \
| | | * | nl80211: Fix mesh HT operation checkMasashi Honma2017-02-061-0/+1
| | | * | mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-061-1/+1
| | | * | mac80211: Allocate a sync skcipher explicitly for FILS AEADJouni Malinen2017-02-061-2/+2
| | | * | mac80211: Fix FILS AEAD protection in Association Request frameJouni Malinen2017-02-061-1/+1
| | * | | ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
| | |/ /
| | * | ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
| | * | netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-051-0/+4
| | * | ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-051-1/+8
| | * | net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
| | * | ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
| | * | ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-032-32/+7
| * | | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-021-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-01-311-1/+1
* | | | bridge: avoid unnecessary read of jiffiesstephen hemminger2017-02-072-4/+8
* | | | bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_rangeRoopa Prabhu2017-02-071-1/+1
* | | | bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_infoNikolay Aleksandrov2017-02-071-4/+4
* | | | net: bridge: remove redundant check to see if err is setColin Ian King2017-02-071-3/+0
* | | | net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-7/+3
* | | | net: pending_confirm is not used anymoreJulian Anastasov2017-02-071-1/+0
* | | | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-079-19/+44
* | | | net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-073-0/+54
* | | | tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-073-14/+7
* | | | sctp: add dst_pending_confirm flagJulian Anastasov2017-02-077-12/+31