summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-0730-74/+188
| |\ \ \
| | * | | tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
| | * | | udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2
| | * | | tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-03-061-1/+2
| | * | | net: sched: fix act_ipt for LOG targetPhil Sutter2016-03-061-0/+2
| | * | | ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-03-031-1/+5
| | * | | tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan2016-03-031-14/+19
| | * | | mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-032-4/+2
| | * | | Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-03-023-11/+30
| | |\ \ \
| | | * | | mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau2016-03-011-1/+1
| | | * | | mac80211: Fix Public Action frame RX in AP modeJouni Malinen2016-03-011-0/+1
| | | * | | mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2016-03-012-10/+28
| | * | | | sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long2016-03-011-5/+5
| | * | | | sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-03-011-0/+2
| | * | | | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-263-6/+20
| | * | | | net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
| | * | | | Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-02-247-20/+60
| | |\| | |
| | | * | | cfg80211: stop critical protocol session upon disconnect eventArend van Spriel2016-02-231-0/+6
| | | * | | nl80211: Zero out the connection keys memory when freeing them.Ola Olsson2016-02-231-1/+1
| | | * | | mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-02-231-1/+1
| | | * | | mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2016-02-022-2/+3
| | | * | | mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov2016-02-021-4/+5
| | | * | | mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-01-291-1/+1