summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer2016-03-131-2/+2
| * | | | | | | | | | | | sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-137-66/+83
| * | | | | | | | | | | | ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-131-11/+17
| * | | | | | | | | | | | netconf: add macro to represent all attributesZhang Shengju2016-03-132-32/+44
| * | | | | | | | | | | | sctp: fix the transports round robin issue when init is retransmittedXin Long2016-03-132-2/+2
| * | | | | | | | | | | | rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-138-39/+39
| * | | | | | | | | | | | gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2016-03-132-4/+2
| * | | | | | | | | | | | bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann2016-03-111-2/+12
| * | | | | | | | | | | | ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-112-4/+4
| * | | | | | | | | | | | bridge: allow zero ageing timeStephen Hemminger2016-03-111-3/+8
| * | | | | | | | | | | | net/flower: Fix pointer castAmir Vadai2016-03-111-6/+6
| * | | | | | | | | | | | net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai2016-03-101-13/+0
| * | | | | | | | | | | | net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-1/+63
| * | | | | | | | | | | | net: dsa: Fix cleanup resources upon module removalNeil Armstrong2016-03-101-8/+8
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | packet: validate variable length ll headersWillem de Bruijn2016-03-091-25/+18
| * | | | | | | | | | | ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
| * | | | | | | | | | | kcm: Add receive message timeoutTom Herbert2016-03-092-2/+36
| * | | | | | | | | | | kcm: Add memory limit for receive message constructionTom Herbert2016-03-092-2/+48
| * | | | | | | | | | | kcm: Sendpage supportTom Herbert2016-03-091-2/+145
| * | | | | | | | | | | kcm: Splice supportTom Herbert2016-03-091-2/+96
| * | | | | | | | | | | kcm: Add statistics and proc interfacesTom Herbert2016-03-093-1/+503
| * | | | | | | | | | | kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-095-0/+2031
| * | | | | | | | | | | tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1
| * | | | | | | | | | | net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16
| * | | | | | | | | | | net: Add MSG_BATCH flagTom Herbert2016-03-091-0/+5
| * | | | | | | | | | | net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert2016-03-091-4/+6
| * | | | | | | | | | | net: Make sock_alloc exportableTom Herbert2016-03-091-1/+2
| * | | | | | | | | | | ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4
| * | | | | | | | | | | ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
| * | | | | | | | | | | ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
| * | | | | | | | | | | net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo2016-03-081-1/+1
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-0824-320/+586
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-023-13/+52
| | * | | | | | | | | | | netfilter: bridge: register hooks only when bridge interface is addedFlorian Westphal2016-03-021-3/+65
| | * | | | | | | | | | | netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-0215-206/+357
| | * | | | | | | | | | | netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-0214-76/+92
| | * | | | | | | | | | | netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer2016-03-021-3/+1
| | * | | | | | | | | | | Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-03-022-17/+8
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | netfilter: ipvs: avoid unused variable warningsArnd Bergmann2016-02-182-15/+8
| | | * | | | | | | | | | | netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau2016-02-181-2/+0
| | | |/ / / / / / / / / /
| | * | | | | | | | | | | netfilter: xt_osf: remove unused variableSudip Mukherjee2016-02-291-2/+0
| | * | | | | | | | | | | netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+11
| * | | | | | | | | | | | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-082-5/+7
| * | | | | | | | | | | | bpf: support for access to tunnel optionsDaniel Borkmann2016-03-081-6/+77
| * | | | | | | | | | | | bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2016-03-081-1/+5
| * | | | | | | | | | | | bpf: make helper function protos staticDaniel Borkmann2016-03-081-9/+9
| * | | | | | | | | | | | bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2016-03-081-1/+3
| * | | | | | | | | | | | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2016-03-081-0/+6
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0835-82/+205
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | tipc: move netlink policies to netlink.cRichard Alpe2016-03-079-74/+85
OpenPOWER on IntegriCloud