summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-25rxrpc: Support network namespacingDavid Howells12-216/+356
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami1-6/+4
2017-05-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-19/+48
2017-05-25tcp: better validation of received ack sequencesEric Dumazet1-13/+11
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong2-5/+10
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko1-3/+5
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet1-15/+11
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot3-6/+0
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko1-1/+12
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko1-0/+29
2017-05-23net: ieee802154: fix net_device reference release too earlyLin Zhang1-4/+4
2017-05-23net: ieee802154: remove explicit set skb->skLin Zhang1-2/+0
2017-05-23net/sched: fix filter flushingJiri Pirko1-3/+10
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko1-2/+2
2017-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-120/+303
2017-05-23net: dsa: add VLAN notifierVivien Didelot3-16/+66
2017-05-23net: dsa: add MDB notifierVivien Didelot3-16/+66
2017-05-23net: dsa: add FDB notifierVivien Didelot3-16/+66
2017-05-23net: dsa: add notifier for ageing timeVivien Didelot3-29/+62
2017-05-23net: dsa: move notifier info to private headerVivien Didelot1-0/+12
2017-05-23net: dsa: move VLAN handlersVivien Didelot3-41/+49
2017-05-23net: dsa: move MDB handlersVivien Didelot3-41/+47
2017-05-23net: dsa: move FDB handlersVivien Didelot3-42/+47
2017-05-23net: dsa: move ageing time setterVivien Didelot3-40/+42
2017-05-23net: dsa: move VLAN filtering setterVivien Didelot3-16/+18
2017-05-23net: dsa: move bridging routinesVivien Didelot3-57/+60
2017-05-23net: dsa: move port state settersVivien Didelot4-41/+61
2017-05-23net: dsa: change scope of ageing time setterVivien Didelot1-9/+7
2017-05-23net: dsa: change scope of VLAN filtering setterVivien Didelot1-8/+7
2017-05-23net: dsa: change scope of VLAN handlersVivien Didelot1-24/+16
2017-05-23net: dsa: change scope of MDB handlersVivien Didelot1-23/+18
2017-05-23net: dsa: change scope of FDB handlersVivien Didelot1-26/+24
2017-05-23net: dsa: change scope of bridging codeVivien Didelot1-19/+17
2017-05-23net: dsa: change scope of notifier call chainVivien Didelot1-5/+4
2017-05-23net: dsa: change scope of STP state setterVivien Didelot1-22/+22
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-116/+299
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko1-1/+0
2017-05-22bridge: fix hello and hold timers starting/stoppingIvan Vecera1-11/+0
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong1-13/+8
2017-05-22net: ipv4: tcp: fixed comment coding style issueRohit Chavan1-2/+3
2017-05-22net: socket: fix a typo in sockfd_lookup().Rosen, Rami1-1/+1
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern2-8/+36
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern3-32/+43
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern2-22/+95
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern4-19/+26
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-05-22Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring1-8/+3
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet1-1/+2
2017-05-21ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger1-4/+0
2017-05-21fou: make local function staticstephen hemminger2-49/+47