summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan2016-11-107-0/+155
* net: hns: add multicast tcam table clearKejian Yan2016-11-107-0/+113
* net: hns: modify tcam table of mask_keyQianqian Xie2016-11-101-0/+7
* net: hns: modify tcam table of mac mc-entryQianqian Xie2016-11-101-8/+17
* net: hns: modify tcam table of mac mc-portQianqian Xie2016-11-101-5/+13
* net: hns: modify table index to get mac entryQianqian Xie2016-11-101-4/+10
* net: hns: modify tcam table of mac uc-entryQianqian Xie2016-11-101-6/+12
* net: hns: modify tcam table and set mac keyQianqian Xie2016-11-102-9/+20
* net: hns: modify buffer format of cpu data to le64Qianqian Xie2016-11-101-3/+3
* net: hns: fix to intimate the link-status change by adding LF/RF methodDaode Huang2016-11-105-49/+37Star
* net: hns: modify ethtool statistics value errorQianqian Xie2016-11-101-2/+2
* net: hns: delete redundant macro definitionQianqian Xie2016-11-103-5/+1Star
* net: hns: bug fix about restart auto-negotiationDaode Huang2016-11-101-1/+2
* net: hns: set default mac pause time to 0xffffDaode Huang2016-11-101-1/+1
* net: hns: fix for promisc mode in HNS driverKejian Yan2016-11-104-4/+67
* net: hns: add fuzzy match of tcam table for hnsKejian Yan2016-11-105-54/+118
* Doc: hisi: hns adds mc-mac-mask propertyKejian Yan2016-11-101-0/+8
* tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet2016-11-101-6/+5Star
* Merge tag 'batadv-next-for-davem-20161108-v2' of git://git.open-mesh.org/linu...David S. Miller2016-11-1022-255/+582
|\
| * batman-adv: Reject unicast packet with zero/mcast dst addressSven Eckelmann2016-11-081-4/+4
| * batman-adv: Disallow zero and mcast src address for mgmt framesSven Eckelmann2016-11-081-2/+2
| * batman-adv: Disallow mcast src address for data framesSven Eckelmann2016-11-081-6/+6
| * batman-adv: Remove dev_queue_xmit return code exceptionSven Eckelmann2016-11-081-11/+6Star
| * batman-adv: Consume skb in receive handlersSven Eckelmann2016-11-086-85/+153
| * batman-adv: Consume skb in batadv_send_skb_to_origSven Eckelmann2016-10-304-36/+25Star
| * batman-adv: Consume skb in batadv_frag_send_packetSven Eckelmann2016-10-301-21/+29
| * batman-adv: Count all non-success TX packets as droppedSven Eckelmann2016-10-301-1/+1
| * batman-adv: use consume_skb for non-dropped packetsSven Eckelmann2016-10-306-30/+59
| * batman-adv: Simple (re)broadcast avoidanceLinus Lüssing2016-10-309-8/+193
| * batman-adv: Use own timer for multicast TT and TVLV updatesLinus Lüssing2016-10-305-17/+60
| * batman-adv: Remove unused skb_reset_mac_header()Linus Lüssing2016-10-301-2/+0Star
| * batman-adv: Remove unnecessary lockdep in batadv_mcast_mla_list_freeLinus Lüssing2016-10-301-6/+2Star
| * batman-adv: Add wrapper for ARP reply creationLinus Lüssing2016-10-301-27/+40
| * batman-adv: Close two alignment holes in batadv_hard_ifaceSven Eckelmann2016-10-301-2/+2
| * batman-adv: Mark batadv_netlink_ops as constSven Eckelmann2016-10-301-1/+1
| * batman-adv: Introduce missing headers for genetlink restructureSven Eckelmann2016-10-301-0/+3
* | Merge branch 'PHC-freq-fine-tuning'David S. Miller2016-11-104-16/+27
|\ \
| * | ptp: dp83640: Use the high resolution frequency method.Richard Cochran2016-11-101-7/+7
| * | ptp: igb: Use the high resolution frequency method.Richard Cochran2016-11-101-8/+8
| * | ptp: Introduce a high resolution frequency adjustment method.Richard Cochran2016-11-102-1/+12
|/ /
* | net: napi_hash_add() is no longer exportedEric Dumazet2016-11-102-13/+1Star
* | bnxt_en: do not call napi_hash_add()Eric Dumazet2016-11-101-1/+0Star
* | bpf: Remove unused but set variablesTobias Klauser2016-11-101-2/+0Star
* | tc_act: Remove tcf_act macroYotam Gigi2016-11-101-1/+0Star
* | Merge branch 'ipv6-sr'David S. Miller2016-11-1028-12/+2070
|\ \
| * | ipv6: sr: add documentation file for per-interface sysctlsDavid Lebrun2016-11-101-0/+18
| * | ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-102-4/+85
| * | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-104-7/+9
| * | ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-102-0/+31
| * | ipv6: sr: implement API to control SR HMAC structureDavid Lebrun2016-11-101-0/+229