summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-08rds: Reintroduce statistics countingHåkon Bugge
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long
2017-08-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet
2017-08-03Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov
2017-08-01libceph: upmap semantic changesIlya Dryomov
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-31udp6: fix jumbogram receptionPaolo Abeni
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel
2017-07-31batman-adv: fix TT sync flag inconsistenciesLinus Lüssing
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong
2017-07-27dccp: fix a memleak for dccp_feat_init err processXin Long
2017-07-27dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long
2017-07-27dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long
2017-07-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-07-24net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli
2017-07-24packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong
2017-07-24openvswitch: fix potential out of bound access in parse_ctLiping Zhang
2017-07-24net/socket: fix type in assignment and trim long linePaolo Abeni
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-21net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20rds: Make sure updates to cp_send_gen can be observedHåkon Bugge
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong