Age | Commit message (Expand) | Author | Files | Lines |
2016-07-08 | ieee802154: add netns support | Alexander Aring | 2 | -0/+18 |
2016-07-08 | nl802154: move PAD to right position | Alexander Aring | 1 | -2/+2 |
2016-07-07 | Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/sc... | David S. Miller | 2 | -9/+48 |
2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+8 |
2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 5 | -33/+70 |
2016-07-06 | cfg80211: Add mesh peer AID setting API | Masashi Honma | 1 | -0/+2 |
2016-07-06 | mac80211: Add support for beacon report radio measurement | Avraham Stern | 1 | -2/+3 |
2016-07-06 | nl80211: support beacon report scanning | Avraham Stern | 1 | -5/+35 |
2016-07-06 | nl80211: Add API to support VHT MU-MIMO air sniffer | Aviya Erenfeld | 1 | -2/+8 |
2016-07-05 | neigh: Send a notification when DELAY_PROBE_TIME changes | Ido Schimmel | 1 | -0/+1 |
2016-07-05 | net sched actions: skbedit add support for mod-ing skb pkt_type | Jamal Hadi Salim | 1 | -5/+5 |
2016-07-04 | NFC: digital: Add a delay between poll cycles | Thierry Escande | 1 | -1/+1 |
2016-07-04 | NFC: hci: delete unused nfc_llc_get_rx_head_tail_room() | Denys Vlasenko | 1 | -4/+0 |
2016-07-02 | net/devlink: Add E-Switch mode control | Or Gerlitz | 1 | -0/+3 |
2016-07-01 | bonding: prevent out of bound accesses | Eric Dumazet | 1 | -1/+6 |
2016-07-01 | tcp: md5: use kmalloc() backed scratch areas | Eric Dumazet | 1 | -2/+1 |
2016-06-30 | ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output | Shmulik Ladkani | 1 | -3/+2 |
2016-06-30 | tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULT | Seymour, Shane M | 1 | -1/+1 |
2016-06-30 | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute | Nikolay Aleksandrov | 1 | -2/+3 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -4/+5 |
2016-06-25 | net_sched: generalize bulk dequeue | Eric Dumazet | 1 | -3/+4 |
2016-06-25 | net_sched: fq_codel: cache skb->truesize into skb->cb | Eric Dumazet | 1 | -0/+1 |
2016-06-25 | net_sched: drop packets after root qdisc lock is released | Eric Dumazet | 1 | -11/+30 |
2016-06-24 | netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLED | Pablo Neira Ayuso | 1 | -1/+0 |
2016-06-24 | netfilter: conntrack: allow increasing bucket size via sysctl too | Florian Westphal | 1 | -0/+1 |
2016-06-24 | netfilter: nf_tables: add generation mask to sets | Pablo Neira Ayuso | 1 | -3/+5 |
2016-06-24 | netfilter: nf_tables: add generation mask to chains | Pablo Neira Ayuso | 1 | -2/+2 |
2016-06-24 | netfilter: nf_tables: add generation mask to tables | Pablo Neira Ayuso | 1 | -1/+5 |
2016-06-24 | netfilter: nf_tables: add generic macros to check for generation mask | Pablo Neira Ayuso | 1 | -0/+24 |
2016-06-24 | netfilter: xt_NFLOG: nflog-range does not truncate packets | Vishwanath Pai | 1 | -0/+7 |
2016-06-23 | act_ife: only acquire tcf_lock for existing actions | WANG Cong | 1 | -3/+3 |
2016-06-23 | netfilter: move zone info into struct nf_conn | Florian Westphal | 3 | -26/+14 |
2016-06-23 | netfilter: make comparision helpers stub functions in ZONES=n case | Florian Westphal | 1 | -0/+12 |
2016-06-19 | gre: better support for ICMP messages for gre+ipv6 | Eric Dumazet | 1 | -0/+1 |
2016-06-18 | net: ipv6: Address selection needs to consider L3 domains | David Ahern | 1 | -0/+31 |
2016-06-18 | net: vrf: Implement get_saddr for IPv6 | David Ahern | 1 | -0/+11 |
2016-06-18 | net: ipv6: Move ip6_route_get_saddr to inline | David Ahern | 1 | -3/+18 |
2016-06-18 | vxlan: Add new UDP encapsulation offload type for VXLAN-GPE | Alexander Duyck | 1 | -0/+1 |
2016-06-18 | net: Remove deprecated tunnel specific UDP offload functions | Alexander Duyck | 2 | -10/+0 |
2016-06-18 | net: Merge VXLAN and GENEVE push notifiers into a single notifier | Alexander Duyck | 3 | -4/+9 |
2016-06-18 | net: Combine GENEVE and VXLAN port notifiers into single functions | Alexander Duyck | 1 | -0/+33 |
2016-06-18 | vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes | Alexander Duyck | 3 | -8/+3 |
2016-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -0/+1 |
2016-06-16 | gre: fix error handler | Eric Dumazet | 1 | -1/+1 |
2016-06-16 | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads | Philip Prindeville | 1 | -0/+1 |
2016-06-16 | 6lowpan: introduce 6lowpan-nd | Alexander Aring | 1 | -6/+12 |
2016-06-16 | ipv6: export several functions | Alexander Aring | 2 | -0/+19 |
2016-06-16 | ipv6: introduce neighbour discovery ops | Alexander Aring | 1 | -3/+194 |
2016-06-16 | ndisc: add __ndisc_opt_addr_data function | Alexander Aring | 1 | -4/+10 |
2016-06-16 | ndisc: add __ndisc_opt_addr_space function | Alexander Aring | 1 | -2/+7 |