summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | net: dsa: Export suspend/resume functionsFlorian Fainelli2016-08-191-2/+4
* | net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet2016-08-191-1/+2
* | udp: include addrconf.hEric Dumazet2016-08-191-0/+1
* | tcp: md5: remove tcp_md5_hash_header()Eric Dumazet2016-08-191-17/+0
* | netlink: Use rhashtable walk interface in diag dumpHerbert Xu2016-08-191-30/+73
* | bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2016-08-181-5/+1
* | bpf: enable event output helper also for xdp typesDaniel Borkmann2016-08-181-1/+41
* | bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-3/+97
* | bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2016-08-181-2/+2
* | tipc: add peer removal functionalityRichard Alpe2016-08-184-0/+71
* | tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet2016-08-181-19/+28
* | tcp: defer sacked assignmentEric Dumazet2016-08-181-1/+2
* | net: bridge: export vlan flags with the statsNikolay Aleksandrov2016-08-181-0/+1
* | net: bridge: consolidate bridge and port linkxstats callsNikolay Aleksandrov2016-08-181-75/+39
* | net_sched: act_vlan: Add priority optionHadar Hen Zion2016-08-181-2/+11
* | net_sched: flower: Add vlan supportHadar Hen Zion2016-08-181-3/+67
* | net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion2016-08-181-15/+13
* | flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion2016-08-181-9/+16
* | flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion2016-08-181-8/+26
* | net: sched: avoid duplicates in qdisc dumpJiri Kosina2016-08-181-4/+10
* | net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina2016-08-181-0/+10
* | tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy2016-08-181-8/+10
* | tipc: make bearer packet filtering genericJon Paul Maloy2016-08-183-39/+42
* | net: atm: remove redundant null pointer check on dev->nameColin Ian King2016-08-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-1849-406/+2093
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-1747-335/+386
| |\ \
| | * | net_sched: allow flushing tc police actionsRoman Mashak2016-08-171-42/+1
| | * | net_sched: unify the init logic for act_policeWANG Cong2016-08-171-9/+10
| | * | net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-172-20/+42
| | * | net_sched: remove an unnecessary list_del()WANG Cong2016-08-171-1/+0
| | * | net_sched: remove the leftover cleanup_a()WANG Cong2016-08-171-19/+3
| | * | tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-08-151-1/+2
| | * | gre: set inner_protocol on xmitSimon Horman2016-08-152-3/+0
| | * | net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-08-151-16/+17
| | * | net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-132-8/+4
| | * | net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning2016-08-131-2/+2
| | * | net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum2016-08-131-0/+1
| | * | net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2016-08-131-2/+6
| | * | bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-131-52/+18
| | * | calipso: fix resource leak on calipso_genopt failureColin Ian King2016-08-131-1/+3
| | * | bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-5/+5
| | * | openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-103-4/+25
| | * | tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-101-1/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-107-20/+26
| | |\ \
| | | * | netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana2016-08-101-2/+9
| | | * | netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang2016-08-091-0/+2
| | | * | netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang2016-08-091-4/+2
| | | * | netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang2016-08-091-6/+2
| | | * | netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang2016-08-091-1/+1
| | | * | netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy2016-08-081-2/+2