aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-25rxrpc: Support network namespacingDavid Howells1-20/+15
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami1-6/+4
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin5-44/+43
2017-05-25net-next: stmmac: Convert old_link to boolLABBE Corentin2-5/+5
2017-05-25net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin1-3/+3
2017-05-25net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin1-1/+1
2017-05-25net-next: stmmac: Convert new_state to boolLABBE Corentin1-5/+5
2017-05-25net: jme: Remove unused functionsMatthias Kaehlcke1-42/+0
2017-05-25net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König1-1/+1
2017-05-25tcp: better validation of received ack sequencesEric Dumazet1-13/+11
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong3-6/+12
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-24mlxsw: spectrum_flower: Add support for tcp flagsJiri Pirko2-0/+30
2017-05-24mlxsw: spectrum: Add acl block containing tcp flags for ipv4Jiri Pirko1-0/+6
2017-05-24mlxsw: acl: Add tcp flags acl elementJiri Pirko2-0/+3
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko2-1/+15
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2-0/+38
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval6-14/+8
2017-05-24qede: Log probe of PCI deviceMintz, Yuval1-2/+38
2017-05-24qed: Provide MBI information in dev_infoTomer Tayar5-0/+68
2017-05-24qed: Enable RoCE parser searching on fp initMichal Kalderon1-0/+7
2017-05-24qed: Flush slowpath tasklet on stopTomer Tayar1-0/+14
2017-05-24qed: Remove BB_A0 referencesMintz, Yuval2-12/+0
2017-05-24qed: Drop the 's' from num_ports_in_enginesTomer Tayar4-22/+22
2017-05-24qed: Log incorrectly installed boardTomer Tayar2-0/+7
2017-05-24qed: !main_ptt for tunnel configurationManish Chopra5-9/+30
2017-05-24qed: Align DP_ERR style with other DP macrosMintz, Yuval1-5/+7
2017-05-24qede: Fix sparse warningsManish Chopra4-18/+22
2017-05-23net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+2
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-23Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllersJürg Billeter1-0/+2
2017-05-23net: make struct request_sock_ops::obj_size unsignedAlexey Dobriyan1-1/+1
2017-05-23net: make struct inet_frags::qsize unsignedAlexey Dobriyan1-1/+1
2017-05-23enic: unmask intr only when napi is completeGovindarajulu Varadarajan1-4/+2
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-23Bluetooth: btwilink: Fix unexpected skb freeLoic Poulain1-1/+0
2017-05-23Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGuodong Xu1-0/+1
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka1-1/+1
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook1-6/+11
2017-05-22net: dsa: add VLAN notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add MDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add FDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot3-29/+62
2017-05-22net: dsa: move notifier info to private headerVivien Didelot2-10/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot3-41/+49
2017-05-22net: dsa: move MDB handlersVivien Didelot3-41/+47