summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-041-0/+4
| | * ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-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
* | | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-072-1/+5
* | | sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-071-0/+2
* | | ipv6: sr: fix non static symbol warningsWei Yongjun2017-02-071-4/+4
* | | net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun2017-02-071-2/+0
* | | net: dsa: Add support for platform dataFlorian Fainelli2017-02-071-18/+84
* | | net: dsa: Rename and export dev_to_net_device()Florian Fainelli2017-02-071-2/+3
* | | bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2017-02-062-2/+4
* | | bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov2017-02-061-4/+6
* | | bridge: move to workqueue gcNikolay Aleksandrov2017-02-0610-23/+29
* | | bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov2017-02-061-23/+20
* | | net: dsa: introduce bridge notifierVivien Didelot2017-02-062-11/+61
* | | net: dsa: add switch notifierVivien Didelot2017-02-065-0/+70
* | | net: dsa: change state setter scopeVivien Didelot2017-02-061-6/+9
* | | net: dsa: rollback bridging on errorVivien Didelot2017-02-061-1/+13
* | | net: dsa: simplify netdevice events handlingVivien Didelot2017-02-061-28/+16
* | | net: dsa: move netdevice notifier registrationVivien Didelot2017-02-063-10/+26
* | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+2
* | | sctp: process fwd tsn chunk only when prsctp is enabledXin Long2017-02-061-0/+6
* | | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-063-48/+0
OpenPOWER on IntegriCloud