summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-21net/ncsi: Improve HNCDSC AEN handlerGavin Shan1-3/+15
2016-10-21net/ncsi: Choose hot channel as active one if necessaryGavin Shan2-3/+20
2016-10-21net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2-1/+28
2016-10-21net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan1-28/+50
2016-10-10Merge tag 'v4.7.7' into dev-4.7Joel Stanley10-19/+70
2016-10-07batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2-8/+0
2016-10-07SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever1-2/+2
2016-10-07xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever1-2/+7
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-10-07Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2-2/+20
2016-10-07batman-adv: fix elp packet data reservationLinus Lüssing1-1/+1
2016-10-07batman-adv: Add missing refcnt for last_candidateSven Eckelmann1-1/+27
2016-10-07mac80211: check skb_linearize() return valueJohannes Berg1-2/+6
2016-10-06net/ncsi: Introduce ncsi_stop_dev()Gavin Shan1-13/+24
2016-10-06net/ncsi: Rework the channel monitoringGavin Shan3-23/+35
2016-10-06net/ncsi: Allow to extend NCSI request propertiesGavin Shan4-14/+17
2016-10-06net/ncsi: Rework request index allocationGavin Shan2-8/+10
2016-10-06net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan1-2/+2
2016-10-06net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan2-7/+8
2016-10-06net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan2-27/+81
2016-10-06Merge tag 'v4.7.6' into dev-4.7Joel Stanley30-225/+245
2016-09-30libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun1-1/+1
2016-09-30nl80211: validate number of probe response CSA countersJohannes Berg1-1/+1
2016-09-30mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2-1/+10
2016-09-30cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-09-24svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever1-2/+3
2016-09-24ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper1-0/+2
2016-09-24Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-09-24tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-24tcp: fastopen: avoid negative sk_forward_allocEric Dumazet1-0/+1
2016-09-24ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-24ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-24af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-22/+23
2016-09-24Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-09-24bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-24kcm: fix a socket double freeWANG Cong1-1/+2
2016-09-24bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-09-24sctp: fix overrun in sctp_diag_dump_one()Lance Richardson1-2/+4
2016-09-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-24udp: fix poll() issue with zero sized packetsEric Dumazet1-6/+6
2016-09-24net sched: fix encoding to use real lengthJamal Hadi Salim1-8/+10
2016-09-24tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-24net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning1-2/+2
2016-09-24net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum1-0/+1
2016-09-24net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-24bpf: fix write helpers with regards to non-linear partsDaniel Borkmann1-52/+18
2016-09-24vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-24ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-15xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2-47/+46