summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | inet: fix races in reqsk_queue_hash_req()Eric Dumazet2015-09-211-4/+4
| | * | tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-213-15/+18
| | * | netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-202-5/+8
| | * | iptunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-201-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-202-8/+25
| | |\ \
| | | * | netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso2015-09-171-0/+1
| | | * | netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso2015-09-141-6/+18
| | | * | netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal2015-09-141-2/+6
| | * | | tipc: reinitialize pointer after skb linearizeErik Hugne2015-09-201-0/+1
| | * | | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-202-3/+7
| | * | | tcp_cubic: do not set epoch_start in the futureEric Dumazet2015-09-171-2/+8
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-171-6/+6
| | |\ \ \
| | | * | | Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg2015-09-171-6/+6
| | * | | | atm: deal with setting entry before mkip was calledSasha Levin2015-09-171-0/+3
| | * | | | ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal2015-09-171-6/+8
| | * | | | net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-173-2/+5
| | * | | | openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer2015-09-171-3/+5
| | * | | | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-172-5/+6
| | |/ / /
| | * | | dccp: drop null test before destroy functionsJulia Lawall2015-09-152-10/+5
| | * | | net: core: drop null test before destroy functionsJulia Lawall2015-09-151-8/+4
| | * | | openvswitch: Fix mask generation for nested attributes.Jesse Gross2015-09-151-23/+59
| | * | | rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu2015-09-151-10/+16
| | * | | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-152-26/+34
| | * | | ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-153-9/+16
| | * | | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-152-46/+114
| | * | | ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-152-8/+8
| | * | | ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau2015-09-151-13/+24
| | |/ /
| | * | openvswitch: Fix dependency on IPv6 defrag.Joe Stringer2015-09-111-1/+2
| | * | bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing2015-09-111-2/+2
| | * | sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-111-23/+41
| | * | ebpf: emit correct src_reg for conditional jumpsTycho Andersen2015-09-111-1/+1
| | * | netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-112-7/+32
| * | | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-253-12/+21
| |\ \ \
| | * | | SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust2015-09-191-1/+0
| | * | | SUNRPC: Lock the transport layer on shutdownTrond Myklebust2015-09-191-0/+6
| | * | | SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-171-3/+8
| | * | | SUNRPC: drop null test before destroy functionsJulia Lawall2015-09-171-8/+4
| | * | | SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust2015-09-171-0/+3
| * | | | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-221-1/+1
| * | | | libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-171-4/+5
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-116-66/+111
| |\ \ \ | | |/ / | |/| |
| | * | libceph: check data_len in ->alloc_msg()Ilya Dryomov2015-09-092-40/+18
| | * | libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-083-13/+84
| | * | libceph: set 'exists' flag for newly up osdYan, Zheng2015-09-081-1/+1
| | * | libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov2015-09-081-3/+3
| | * | libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet2015-09-081-5/+5
| | * | libceph: remove the unused macro AES_KEY_SIZENicholas Krause2015-09-081-4/+0
* | | | inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2015-09-251-1/+1
* | | | tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-253-3/+3
* | | | dccp: constify dccp_make_response() socket argumentEric Dumazet2015-09-252-7/+12
OpenPOWER on IntegriCloud