aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller4-20/+26
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1
2015-01-25net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-01-23nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-01-23mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-23mac80211: correct header length calculationFred Chou1-0/+6
2015-01-23mac80211: only roll back station states for WDS when suspendingLuciano Coelho1-14/+15
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-1/+7
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg3-14/+27
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg1-1/+1
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-01-15Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2-23/+35
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-40/+90
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-14bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann1-1/+2
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy1-0/+44
2015-01-12tipc: fix bug in broadcast retransmit codeJon Paul Maloy1-2/+3
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-35/+38
2015-01-11packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger1-1/+1
2015-01-09Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-2/+2
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov2-2/+2
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields1-3/+3
2015-01-07cfg80211: fix deadlock during reg chan checkArik Nemtsov1-22/+34
2015-01-07mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsJohn Linville1-1/+1
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-18/+31
2015-01-06netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso1-5/+9
2015-01-06netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso1-1/+1
2015-01-06netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso1-1/+2
2015-01-06netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso1-11/+9
2015-01-06Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-10/+16
2015-01-06Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-3/+9
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing1-3/+3
2015-01-06batman-adv: fix multicast counter when purging originatorsLinus Lüssing1-1/+2
2015-01-06batman-adv: fix counter for multicast supporting nodesLinus Lüssing1-3/+5
2015-01-06batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll1-1/+1
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing1-0/+1
2015-01-06batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich1-2/+4
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-3/+9
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2-3/+4
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-12-30Revert "cfg80211: make WEXT compatibility unselectable"Jiri Kosina1-1/+1
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-154/+272
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller1-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg4-20/+23
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+59
2014-12-27netlink: call unbind when releasing socketJohannes Berg1-0/+7
2014-12-27netlink: update listeners directly when removing socketJohannes Berg1-5/+5
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+1
2014-12-27netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg1-4/+4
2014-12-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-4/+12
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg1-1/+6
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann1-3/+6
2014-12-24net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar5-11/+23
2014-12-23openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar1-1/+2
2014-12-23openvswitch: Fix MPLS action validation.Pravin B Shelar1-12/+1
2014-12-23mpls: Fix allowed protocols for mpls gsoPravin B Shelar1-4/+1
2014-12-23mpls: Fix config check for mpls.Pravin B Shelar1-1/+1
2014-12-23net: Rearrange loop in net_rx_actionHerbert Xu1-14/+12
2014-12-23net: Always poll at least one device in net_rx_actionHerbert Xu1-4/+3
2014-12-23net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu1-0/+9
2014-12-23net: Move napi polling code out of net_rx_actionHerbert Xu1-44/+54
2014-12-23batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2014-12-23batman-adv: Unify fragment size calculationSven Eckelmann1-1/+1
2014-12-23batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann1-1/+1
2014-12-23net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe3-12/+12
2014-12-22tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2014-12-22packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins1-4/+7
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2014-12-19Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro1-1/+2
2014-12-19Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen1-1/+0
2014-12-19[regression] chunk lost from bd9b51Al Viro1-1/+0
2014-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-124/+226
2014-12-18Merge tag 'mac80211-for-davem-2014-12-18' of git://git.kernel.org/pub/scm/lin...David S. Miller7-17/+32
2014-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-5/+9
2014-12-18Merge tag 'ipvs2-for-v3.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso1-5/+5
2014-12-18geneve: Fix races between socket add and release.Jesse Gross1-6/+7
2014-12-18geneve: Remove socket and offload handlers at destruction.Jesse Gross1-0/+17
2014-12-18netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf1-1/+1
2014-12-18netlink: Always copy on mmap TX.David Miller1-36/+16
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-51/+203
2014-12-17Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann1-5/+9
2014-12-17libceph: specify position of extent operationYan, Zheng1-13/+6
2014-12-17libceph: add CREATE osd operation supportYan, Zheng1-20/+22
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng1-0/+47
2014-12-17libceph: require cephx message signature by defaultYan, Zheng1-0/+13
2014-12-17libceph: message signature supportYan, Zheng3-3/+103
2014-12-17libceph: store session key in cephx authorizerYan, Zheng2-7/+12
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov3-11/+3
2014-12-17mac80211: free management frame keys when removing stationJohannes Berg1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-66/+20
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-176/+200
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz1-0/+5
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf1-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf1-0/+6
2014-12-16Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-54/+123
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-54/+123
2014-12-15rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven1-1/+2
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+20
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
2014-12-12cfg80211: correctly check ad-hoc channelsArik Nemtsov1-1/+7
2014-12-12cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach1-5/+2
2014-12-12Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg1-3/+15
2014-12-12Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg1-0/+5
2014-12-12mac80211: update the channel context after channel switchEmmanuel Grumbach1-0/+4
2014-12-12nl80211: check matches array length before acessing itLuciano Coelho1-1/+1
2014-12-12cfg80211: avoid mem leak on driver hint setArik Nemtsov1-1/+4
2014-12-12cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen1-3/+6
2014-12-12mac80211: fix multicast LED blinking and counterAndreas Müller1-5/+6
2014-12-12mac80211: avoid using uninitialized stack dataJes Sorensen1-0/+1
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli1-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli1-0/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds437-10163/+23145
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-13/+22
2014-12-11Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg1-8/+6
2014-12-11Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg1-13/+25
2014-12-11Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg1-2/+2
2014-12-11Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann1-10/+10
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery1-0/+20
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery2-6/+14
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+15
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov1-2/+2
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng8-15/+10
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-43/+44
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro3-47/+0
2014-12-10Merge branch 'nsfs' into for-nextAl Viro1-19/+20
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-43/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds18-173/+177
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-147/+536
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-24/+29
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches4-13/+15
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches2-11/+11
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2-120/+120
2014-12-10llc: Make function pointer arrays constJoe Perches2-236/+236
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-2/+2
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann1-1/+1
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe2-5/+5
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2-8/+68
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-40/+77
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller30-280/+152
2014-12-10ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+18
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet2-16/+16
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-09rocker: remove swdev modeRoopa Prabhu1-2/+8
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller49-960/+4823
2014-12-09net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-09Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller4-18/+11
2014-12-09tcp: refine TSO autosizingEric Dumazet2-57/+62
2014-12-09skb_copy_datagram_iovec() can dieAl Viro1-84/+0
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-35/+19
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro5-19/+6
2014-12-09put iov_iter into msghdrAl Viro23-73/+59
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+2
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2-4/+4
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2-5/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro6-9/+9
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro1-56/+56
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2-26/+2
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko1-3/+2
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng1-12/+10
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2-9/+26
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko9-48/+0
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne1-3/+6
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-17/+18
2014-12-09Update old iproute2 and Xen Remus linksAndrew Shewmaker1-3/+4
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2-7/+30
2014-12-09tipc: drop tx side permission checksErik Hugne1-37/+1
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko1-20/+6
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton1-2/+4