summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-24net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter1-0/+2
2016-08-24net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng1-13/+8
2016-08-24l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-11/+9
2016-08-24kcm: Fix locking issueTom Herbert2-10/+23
2016-08-24strparser: Queue work when being unpausedTom Herbert1-0/+11
2016-08-23net: strparser: fix strparser sk_user_data checkDave Watson1-3/+0
2016-08-23net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2-2/+7
2016-08-23net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven1-1/+1
2016-08-23Merge tag 'batadv-next-for-davem-20160822' of git://git.open-mesh.org/linux-m...David S. Miller20-37/+131
2016-08-23net_sched: properly handle failure case of tcf_exts_init()WANG Cong10-72/+177
2016-08-22Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller1-4/+4
2016-08-22l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-4/+4
2016-08-20net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-08-20net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli1-1/+0
2016-08-20net: dsa: Export suspend/resume functionsFlorian Fainelli1-2/+4
2016-08-20net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet1-1/+2
2016-08-20udp: include addrconf.hEric Dumazet1-0/+1
2016-08-20tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-08-20netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-08-19bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-5/+1
2016-08-19bpf: enable event output helper also for xdp typesDaniel Borkmann1-1/+41
2016-08-19bpf: add bpf_skb_change_tail helperDaniel Borkmann1-3/+97
2016-08-19bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann1-2/+2
2016-08-19tipc: add peer removal functionalityRichard Alpe4-0/+71
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-08-19tcp: defer sacked assignmentEric Dumazet1-1/+2
2016-08-19net: bridge: export vlan flags with the statsNikolay Aleksandrov1-0/+1
2016-08-19net: bridge: consolidate bridge and port linkxstats callsNikolay Aleksandrov1-75/+39
2016-08-19net_sched: act_vlan: Add priority optionHadar Hen Zion1-2/+11
2016-08-19net_sched: flower: Add vlan supportHadar Hen Zion1-3/+67
2016-08-19net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion1-15/+13
2016-08-19flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-9/+16
2016-08-19flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion1-8/+26
2016-08-19net: sched: avoid duplicates in qdisc dumpJiri Kosina1-4/+10
2016-08-19net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina1-0/+10
2016-08-19tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy1-8/+10
2016-08-19tipc: make bearer packet filtering genericJon Paul Maloy3-39/+42
2016-08-19net: atm: remove redundant null pointer check on dev->nameColin Ian King1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-406/+2093
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-335/+386
2016-08-18kcm: Use stream parserTom Herbert4-392/+110
2016-08-18strparser: Stream parser for messagesTom Herbert5-0/+499
2016-08-18net: ipconfig: Fix more use after freeThierry Reding1-3/+5
2016-08-18net_sched: allow flushing tc police actionsRoman Mashak1-42/+1
2016-08-18net_sched: unify the init logic for act_policeWANG Cong1-9/+10
2016-08-18net_sched: convert tcf_exts from list to pointer arrayWANG Cong2-20/+42
2016-08-18net_sched: remove an unnecessary list_del()WANG Cong1-1/+0
2016-08-18net_sched: remove the leftover cleanup_a()WANG Cong1-19/+3
2016-08-18Merge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-m...David S. Miller18-48/+2254
2016-08-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+3