summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
| * 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/+25
| * 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/+0
| * batman-adv: Remove unnecessary lockdep in batadv_mcast_mla_list_freeLinus Lüssing2016-10-301-6/+2
| * 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/+1
* | bnxt_en: do not call napi_hash_add()Eric Dumazet2016-11-101-1/+0
* | bpf: Remove unused but set variablesTobias Klauser2016-11-101-2/+0
* | tc_act: Remove tcf_act macroYotam Gigi2016-11-101-1/+0
* | 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
| * | ipv6: sr: add core files for SR HMAC supportDavid Lebrun2016-11-1010-0/+612
| * | ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-109-1/+526
| * | ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2016-11-107-2/+278
| * | ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-107-0/+284
|/ /
* | net: mii: report 0 for unknown lp_advertisingArnd Bergmann2016-11-101-0/+2
* | xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-11-101-6/+6
* | igmp: Document sysctl force_igmp_versionHangbin Liu2016-11-101-0/+15
* | net: l2tp: fix negative assignment to unsigned intAsbjørn Sloth Tønnesen2016-11-102-4/+4
* | net: l2tp: cleanup: remove redundant conditionAsbjørn Sloth Tønnesen2016-11-101-6/+6
* | net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flagsAsbjørn Sloth Tønnesen2016-11-101-0/+10
* | net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INETAsbjørn Sloth Tønnesen2016-11-101-2/+7
* | net: l2tp: change L2TP_ATTR_UDP_ZERO_CSUM6_{RX, TX} attribute typesAsbjørn Sloth Tønnesen2016-11-101-2/+2
* | net-gro: avoid reordersEric Dumazet2016-11-101-2/+2
* | Merge branch 'sfc-udp-rss'David S. Miller2016-11-093-4/+94
|\ \
| * | sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-093-6/+14
| * | sfc: enable 4-tuple RSS hashing for UDPEdward Cree2016-11-091-0/+82
|/ /
* | Merge branch 'mlx5-SRIOV-offload-tunnel_key-set-release'David S. Miller2016-11-0924-148/+764
|\ \
| * | net/mlx5e: Add basic TC tunnel set action for SRIOV offloadsHadar Hen Zion2016-11-094-7/+312