aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge branch 'akpm' (incoming from Andrew)HEADmasterLinus Torvalds2-24/+4
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-13/+13
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer1-23/+4
2014-01-23remove extra definitions of U32_MAXAlex Elder1-3/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-31/+1
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-4/+4
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-43/+34
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa1-21/+17
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-01-16Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+1
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-28/+2
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner1-1/+1
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2-4/+10
2014-01-14ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer1-2/+4
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris3-13/+13
2014-01-13sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra1-2/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang5-19/+30
2014-01-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-11/+14
2014-01-09ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa1-2/+4
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-11/+14
2014-01-08Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville1-1/+1
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-6/+28
2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne1-0/+1
2014-01-07ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing1-0/+6
2014-01-07net: rfkill: gpio: convert to descriptor-based GPIO interfaceHeikki Krogerus1-43/+34
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-06ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-10/+13
2014-01-06netfilter: only warn once on wrong seqadj usageJesper Dangaard Brouer1-1/+1
2014-01-06netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann1-5/+27
2014-01-05net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang1-1/+1
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing1-21/+3
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2014-01-02ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano1-3/+10
2014-01-02net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao3-23/+31
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich1-25/+7
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing1-0/+2
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2-2/+19
2013-12-29net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2013-12-29tipc: fix deadlock during socket releaseYing Xue3-48/+49
2013-12-29Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller11-105/+177
2013-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-8/+33
2013-12-28netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso1-1/+3
2013-12-28batman-adv: fix vlan header accessAntonio Quartulli1-1/+1
2013-12-28batman-adv: clean nf state when removing protocol headerAntonio Quartulli1-0/+5
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli2-4/+6
2013-12-28batman-adv: fix size of batadv_bla_claim_dstSimon Wunderlich1-0/+2
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli3-14/+44
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich10-85/+118
2013-12-28batman-adv: fix alignment for batadv_coded_packetSimon Wunderlich1-2/+2
2013-12-28netfilter: nf_tables: fix oops when updating table with user chainsPablo Neira Ayuso1-2/+10
2013-12-28netfilter: nf_tables: fix dumping with large number of setsPablo Neira Ayuso1-3/+7
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing1-1/+3
2013-12-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim8-26/+37
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2013-12-27ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer1-0/+6
2013-12-27netfilter: WARN about wrong usage of sequence number adjustmentsJesper Dangaard Brouer1-0/+5
2013-12-22ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa1-2/+3
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-20/+32
2013-12-20netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletionHelmut Schaa1-1/+0
2013-12-20netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offsetDaniel Borkmann1-1/+1
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-1/+1
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-19Merge branch 'master' into for-nextJiri Kosina583-16509/+39473
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet1-1/+1
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa1-9/+27
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-10/+16
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-1/+1
2013-12-17netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng1-0/+1
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-1/+3
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet1-9/+4
2013-12-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann1-10/+16
2013-12-16sctp: loading sctp when load sctp_probewangweidong1-1/+16
2013-12-16mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau1-10/+13
2013-12-16radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-291/+472
2013-12-12netfilter: nft_reject: fix endianness in dump functionEric Leblond1-1/+1
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang1-2/+4
2013-12-11udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet1-6/+16
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet1-3/+6
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang1-45/+70
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2-0/+2
2013-12-10udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet1-10/+6
2013-12-10sctp: fix up a spacingwangweidong1-5/+2
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong1-4/+65
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot6-6/+0
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman4-11/+13
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue1-3/+8
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy1-3/+4
2013-12-10net: unix: allow set_peek_off to failSasha Levin2-3/+7
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2-2/+9
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-28/+45
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso1-13/+33
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich1-14/+11
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-7/+0
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim8-9/+0
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim1-6/+3
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim7-8/+0
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim1-4/+8
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-4/+4
2013-12-05netprio_cgroup: convert away from cftype->read_map()Tejun Heo1-3/+3
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-59/+99
2013-12-05cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy1-10/+12
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail1-1/+1
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong1-0/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-0/+10
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-94/+186
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-12-02Fix comment typo for alloc_netdev_mqs()Li Zhong1-1/+1
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2-12/+0
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2-1/+5
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-26SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson1-1/+1
2013-11-25netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones1-1/+1
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville14-59/+89
2013-11-25mac80211: set hw initial idle stateKarl Beldan1-0/+2
2013-11-25mac80211: use capped prob when computing throughputsKarl Beldan1-1/+1
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau1-0/+4
2013-11-25mac80211: fix connection pollingEliad Peller1-0/+2
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh5-14/+24
2013-11-25mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2
2013-11-25cfg80211: disable 5/10 MHz support for all driversJohannes Berg1-0/+3
2013-11-25mac80211: minstrel_ht: fix rates selectionKarl Beldan1-2/+3
2013-11-25mac80211: fix for mesh beacon update on powersaveJavier Lopez1-1/+1
2013-11-25mac80211: fix crash when using AP VLAN interfacesFelix Fietkau1-1/+0
2013-11-25nl80211: check nla_nest_start() return valueJohannes Berg1-0/+2
2013-11-25nl80211: fix error path in nl80211_get_key()Johannes Berg1-1/+1
2013-11-25nl80211: check nla_put_* return valuesJohannes Berg1-22/+30
2013-11-25mac80211: fix scheduled scan rtnl deadlockJohannes Berg2-1/+2
2013-11-25mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic1-4/+2
2013-11-25cfg80211: fix ibss wext chandef creationSimon Wunderlich1-9/+9
2013-11-25Revert "mac80211: allow disable power save in mesh"Bob Copeland1-2/+1
2013-11-23sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-11-23ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa9-13/+19
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-23tcp_memcg: remove useless var old_limGao feng1-2/+0
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2-33/+20
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu2-0/+10
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong1-1/+2
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-173/+198
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu1-2/+2
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-2/+2
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-11-21wimax: remove dead codeMichael Opdenacker1-1/+0
2013-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-1/+14
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-16/+29
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-1/+14
2013-11-20net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa30-101/+55
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-11-20bridge: flush br's address entry in fdb when remove theDing Tianhong1-0/+2
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6