aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford3-13/+24
2015-06-02rds: re-entry of rds_ib_xmit/rds_iw_xmitWengang Wang3-13/+24
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford11-240/+55
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny1-1/+1
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg7-113/+10
2015-05-18xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg3-98/+25
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang1-2/+2
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang2-29/+20
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-132/+611
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward1-2/+2
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias1-3/+6
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-9/+9
2015-05-09net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong1-4/+3
2015-05-09net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan1-2/+11
2015-05-09net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan3-0/+51
2015-05-09ipv6: Fixed source specific default route handling.Markus Stenberg2-10/+34
2015-05-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-4/+7
2015-05-05tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-05-05mpls: Move reserved label definitionsTom Herbert2-19/+9
2015-05-04Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-6/+25
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller18-67/+439
2015-05-04net/rds: Fix new sparse warningDavid Ahern1-1/+1
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-05-03net/rds: fix unaligned memory accessshamir rabinovitch1-2/+11
2015-05-03netlink: Remove max_size settingHerbert Xu1-1/+0
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet2-2/+2
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-30ieee802154: trace: fix endian convertionAlexander Aring1-2/+3
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram7-12/+25
2015-04-30ieee802154: Add trace events for rdev->opsGuido Günther4-12/+322
2015-04-30mac802154: llsec: fix return value check in llsec_key_alloc()Wei Yongjun1-2/+2
2015-04-30mac802154: fix ieee802154_register_hw error handlingAlexander Aring1-1/+3
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta1-1/+2
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck1-1/+1
2015-04-29tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy1-5/+2
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2-12/+13
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel3-8/+10
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal1-2/+0
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-105/+290