aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell1-5/+18
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell1-3/+11
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell1-2/+1
2017-07-15openvswitch: Fix for force/commit action failuresGreg Rose1-15/+36
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin1-4/+4
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds3-5/+7
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+81
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-43/+37
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long1-2/+2
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak1-2/+2
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano1-4/+2
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2-2/+4
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong1-1/+1
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-149/+201
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-945/+869
2017-07-13net: set fib rule refcount after mallocDavid Ahern1-2/+1
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld1-1/+2
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever1-3/+3
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever1-8/+8
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever1-8/+10
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever1-36/+8
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever2-20/+17
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever1-10/+13
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever4-31/+84