summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-03tcp: get_openreq[46]() changesEric Dumazet
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz
2015-10-02nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter
2015-10-02Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-10-01bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov
2015-10-01bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov
2015-10-01bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov
2015-10-01bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-01ipv6: Add missing newline to __xfrm6_output_finishEric W. Biederman
2015-10-01ieee802154: handle datagram variables as u16Alexander Aring
2015-10-01ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTLEric W. Biederman
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar
2015-09-30ieee802154: 6lowpan: add tx/rx statsAlexander Aring
2015-09-30ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring
2015-09-30ieee802154: 6lowpan: change datagram var typesAlexander Aring
2015-09-30ieee802154: change mtu size behaviourAlexander Aring
2015-09-30mac802154: add comments for llsec issuesAlexander Aring
2015-09-30nl802154: add support for security layerAlexander Aring
2015-09-30nl802154: use nla_get_le64 for get extended addrAlexander Aring
2015-09-30openvswitch: Remove ovs_vport_output_skEric W. Biederman
2015-09-30bridge: Remove br_nf_push_frag_xmit_skEric W. Biederman
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman
2015-09-30openvswitch: Pass net into ovs_fragmentEric W. Biederman
2015-09-30openvswitch: Pass net into ovs_vport_outputEric W. Biederman
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot