summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl
2017-05-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-05-25tcp: better validation of received ack sequencesEric Dumazet
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko
2017-05-24Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long
2017-05-24sctp: fix stream update when processing dupcookieXin Long
2017-05-24libceph: cleanup old messages according to reconnect seqYan, Zheng
2017-05-23libceph: NULL deref on crush_decode() error pathDan Carpenter
2017-05-23libceph: fix error handling in process_one_ticket()Ilya Dryomov
2017-05-23libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov
2017-05-23libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov
2017-05-23libceph: make ceph_msg_data_advance() return voidIlya Dryomov
2017-05-23libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov
2017-05-23net: ieee802154: fix net_device reference release too earlyLin Zhang
2017-05-23net: ieee802154: remove explicit set skb->skLin Zhang
2017-05-23net/sched: fix filter flushingJiri Pirko
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-05-23cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-22net: dsa: add VLAN notifierVivien Didelot
2017-05-22net: dsa: add MDB notifierVivien Didelot
2017-05-22net: dsa: add FDB notifierVivien Didelot
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot
2017-05-22net: dsa: move notifier info to private headerVivien Didelot
2017-05-22net: dsa: move VLAN handlersVivien Didelot
2017-05-22net: dsa: move MDB handlersVivien Didelot
2017-05-22net: dsa: move FDB handlersVivien Didelot
2017-05-22net: dsa: move ageing time setterVivien Didelot
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot
2017-05-22net: dsa: move bridging routinesVivien Didelot
2017-05-22net: dsa: move port state settersVivien Didelot
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot
2017-05-22net: dsa: change scope of VLAN handlersVivien Didelot
2017-05-22net: dsa: change scope of MDB handlersVivien Didelot
2017-05-22net: dsa: change scope of FDB handlersVivien Didelot
2017-05-22net: dsa: change scope of bridging codeVivien Didelot
2017-05-22net: dsa: change scope of notifier call chainVivien Didelot