aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds4-37/+45
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2-1/+9
2017-08-01libceph: upmap semantic changesIlya Dryomov1-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2-1/+5
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov1-1/+11
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov1-3/+3
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov1-3/+6
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-52/+79
2017-07-31udp6: fix jumbogram receptionPaolo Abeni2-1/+11
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni2-10/+20
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong1-0/+2
2017-07-27dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2017-07-27dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long1-0/+1
2017-07-27dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long1-0/+1
2017-07-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni1-1/+1
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni1-20/+18
2017-07-24net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli1-6/+7
2017-07-24packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong1-1/+1
2017-07-24openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-07-24net/socket: fix type in assignment and trim long linePaolo Abeni1-2/+3
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2017-07-21net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown1-0/+2
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-216/+141
2017-07-20rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge1-3/+3
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander1-0/+2
2017-07-18netfilter: fix netfilter_net_init() returnDan Carpenter1-2/+2
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-157/+14
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni1-2/+11
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2-0/+2
2017-07-17netfilter: expect: fix crash when putting uninited expectationFlorian Westphal1-1/+1
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal1-2/+1
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal1-8/+9
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-143/+0
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter1-2/+4
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov1-1/+4
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov1-1/+1
2017-07-17libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov1-11/+12
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter1-3/+3
2017-07-17netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk1-3/+3
2017-07-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell1-1/+9
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell1-1/+0