summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-07batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2-9/+0
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-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage1-2/+4
2016-09-30nl80211: validate number of probe response CSA countersJohannes Berg1-1/+1
2016-09-30bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-09-30tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-30net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-30af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-20/+21
2016-09-30Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-30net: caif: fix misleading indentationArnd Bergmann1-1/+1
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-30ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-24ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-24Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-09-24tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2016-09-15rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-09-15net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks1-1/+1
2016-09-15netfilter: x_tables: check for size overflowFlorian Westphal1-0/+3
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-09-15tipc: fix nl compat regression for link statisticsRichard Alpe1-1/+1
2016-09-15tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-09-15netfilter: x_tables: check for size overflowFlorian Westphal1-0/+3
2016-09-15tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan1-1/+2
2016-09-07mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-09-07SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-09-07SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust1-0/+4
2016-08-20netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-20Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-16net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-08-16ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov1-0/+6
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-08-16tcp: make challenge acks less predictableEric Dumazet1-5/+10
2016-08-10libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-08-10RDS: fix rds_tcp_init() error pathVegard Nossum1-2/+3
2016-07-27af_unix: fix hard linked sockets on overlayMiklos Szeredi1-3/+3
2016-07-27ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-27net_sched: fix mirrored packets checksumWANG Cong2-19/+1
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2-1/+44
2016-07-27nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-07-27mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-07-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-07-27mac80211: fix fast_tx header alignmentFelix Fietkau1-1/+1
2016-07-11AX.25: Close socket connection on session completionBasil Gunn4-4/+12
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann3-27/+17