aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds270-6640/+11102
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-28/+12
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-40/+67
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2-2/+2
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann1-7/+62
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann1-14/+23
2016-01-11sched,cls_flower: set key address type when presentJamal Hadi Salim1-2/+8
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-11sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner2-18/+10
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau2-9/+28
2016-01-10openvswitch: update kernel doc for struct vportJean Sacren1-1/+2
2016-01-10openvswitch: fix struct geneve_port member nameJean Sacren1-3/+3
2016-01-10openvswitch: clean up unused functionJean Sacren1-20/+0
2016-01-10ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-10net: add scheduling point in recvmmsg/sendmmsgEric Dumazet1-0/+2
2016-01-10ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel1-2/+3
2016-01-10net, sched: add clsact qdiscDaniel Borkmann5-15/+174
2016-01-10net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann1-4/+13
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann1-5/+1
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov3-8/+8
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov3-8/+8
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov3-8/+9
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa2-4/+8
2016-01-10bridge: Reflect MDB entries to hardwareElad Raz1-0/+23
2016-01-10switchdev: Adding MDB entry offloadElad Raz1-0/+2
2016-01-09batman-adv: Add kerneldoc for batadv_neigh_node::refcountSven Eckelmann1-0/+1
2016-01-09batman-adv: Remove kerneldoc for missing struct membersSven Eckelmann1-4/+0
2016-01-09batman-adv: Fix kerneldoc member names in for main structsSven Eckelmann1-6/+6
2016-01-09batman-adv: Fix kernel-doc parsing of main structsSven Eckelmann1-5/+10
2016-01-09batman-adv: Split a condition checkMarkus Elfring1-1/+4
2016-01-09batman-adv: Delete an unnecessary check before the function call "batadv_soft...Markus Elfring1-2/+1
2016-01-09batman-adv: Less checks in batadv_tvlv_unicast_send()Markus Elfring1-10/+5
2016-01-09batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring3-6/+3
2016-01-09batman-adv: Add function to convert string to batadv throughputSven Eckelmann1-68/+49
2016-01-09batman-adv: only call post function if something changedSimon Wunderlich1-3/+9
2016-01-09batman-adv: increase BLA wait periods to 6Simon Wunderlich1-1/+1
2016-01-09batman-adv: purge bridge loop avoidance when its disabledSimon Wunderlich3-1/+25
2016-01-09batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flagMarek Lindner2-5/+1
2016-01-09batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann1-1/+1
2016-01-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-01-08ipv4: eliminate lock count warnings in ping.cLance Richardson1-0/+2
2016-01-08ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson1-8/+8
2016-01-08Merge branch 'for-linus' into work.miscAl Viro15-87/+107
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller30-358/+709
2016-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller6-30/+76
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal1-0/+38
2016-01-08netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal1-0/+23
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras García1-1/+20
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA1-0/+11
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-04... and a couple in net/9pAl Viro1-2/+2
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-18/+6
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro49-240/+371
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
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh1-1/+2
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2-7/+5
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso11-216/+169
2015-12-28netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso1-20/+9
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2-33/+43
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso7-8/+51
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar7-34/+21
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang1-2/+1
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal3-10/+15
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal2-9/+8
2015-12-22addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-62/+75
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti1-0/+5
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-22switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel1-1/+1
2015-12-22RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior1-25/+6
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang1-2/+2
2015-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2015-12-206lowpan: fix debugfs interface entry nameAlexander Aring1-3/+3
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang4-49/+25
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar1-3/+0
2015-12-18tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-3/+16
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann1-1/+34
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller28-317/+865
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern5-5/+17
2015-12-18ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork1-6/+39
2015-12-18ila: add NETFILTER dependencyArnd Bergmann1-0/+1
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal1-0/+1
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso1-1/+1
2015-12-18netfilter: meta: add support for setting skb->pkttypeFlorian Westphal1-0/+38
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-240/+371
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-223/+347
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-12-17ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa1-4/+16
2015-12-17ipv6: allow routes to be configured with expire valuesXin Long1-0/+10
2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2015-12-16net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski1-7/+10
2015-12-16Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller9-74/+92
2015-12-16Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller11-24/+367
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun3-1/+14
2015-12-16batman-adv: lock crc access in bridge loop avoidanceSimon Wunderlich2-5/+32
2015-12-16batman-adv: Fix typo 'wether' -> 'whether'Sven Eckelmann1-2/+2
2015-12-16batman-adv: Use chain pointer when purging fragmentsSven Eckelmann1-4/+4
2015-12-16batman-adv: unify flags access style in tt global addSimon Wunderlich1-1/+1
2015-12-16batman-adv: detect local excess vlans in TT requestSimon Wunderlich1-1/+13
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2015-12-15sctp: use GFP_KERNEL in sctp_init()Eric Dumazet1-2/+2
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti5-0/+66
2015-12-15net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti1-8/+15
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-3/+20
2015-12-15net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti1-15/+27
2015-12-15ila: Add generic ILA translation facilityTom Herbert4-1/+691
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert2-0/+20
2015-12-15ila: Create net/ipv6/ila directoryTom Herbert5-81/+152
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-2/+2
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert8-15/+19
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert4-9/+9
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert4-5/+5
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com1-0/+1
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel7-0/+20
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel1-0/+7
2015-12-16batman-adv: rename equiv/equal or better to similar or betterSimon Wunderlich4-11/+11
2015-12-16batman-adv: update last seen field of single hop originatorsMarek Lindner1-0/+10
2015-12-16batman-adv: export single hop neighbor list via debugfsMarek Lindner5-0/+100
2015-12-16batman-adv: add bat_hardif_neigh_init algo ops callMarek Lindner2-0/+6
2015-12-16batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner4-0/+188
2015-12-15nfnetlink: add nfnl_dereference_protected helperFlorian Westphal1-6/+7
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira5-14/+8
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg1-5/+10
2015-12-15mac80211: reprogram in interface orderJohannes Berg1-39/+37
2015-12-15mac80211: run scan completed work on reconfig failureJohannes Berg1-11/+26
2015-12-15nl80211: Fix potential memory leak in nl80211_connectOla Olsson1-1/+3
2015-12-15nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson1-0/+1
2015-12-15nl80211: fix a few memory leaks in reg.cOla Olsson1-1/+4
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2015-12-14net: fix IP early demux racesEric Dumazet2-5/+3
2015-12-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller23-1305/+1580
2015-12-14iucv: call skb_linearize() when neededEugene Crosser1-5/+15
2015-12-14iucv: prevent information leak in iucv_messageEugene Crosser1-1/+1
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3