summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA1-40/+32
2016-01-07dsa: Register netdev before phyAndrew Lunn1-7/+7
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+2
2016-01-07batman-adv: Fix invalid read while copying bat_iv.bcast_ownSven Eckelmann1-2/+4
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-33/+62
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller1-0/+31
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz1-0/+11
2016-01-06bridge: add vlan filtering change notificationElad Raz1-2/+16
2016-01-06bridge: Propagate vlan add failure to userElad Raz1-1/+10
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg1-9/+18
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2-8/+12
2016-01-05inet: kill unused skb_free opFlorian Westphal4-12/+1
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long1-16/+1
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long4-96/+3
2016-01-05sctp: apply rhashtable api to sctp procfsXin Long1-143/+173
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long4-56/+29
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long1-0/+131
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2-12/+52
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2-4/+5
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2-4/+10
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek6-41/+229
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek3-33/+138
2016-01-04soreuseport: define reuseport groupsCraig Gallek2-1/+174
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller6-5/+57
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault1-16/+1
2016-01-04mac802154: constify ieee802154_llsec_ops structureJulia Lawall1-1/+1
2016-01-04Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driverHeikki Krogerus1-4/+0
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso5-27/+28
2016-01-04netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso3-0/+105
2016-01-03netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso4-0/+159
2016-01-03netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso1-3/+13
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-87/+107
2015-12-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-52/+28
2015-12-31ethtool: Add phy statisticsAndrew Lunn1-1/+80
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard3-0/+51