aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-107/+463
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso1-1/+32
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2-10/+254
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-66/+109
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-26/+62
2014-10-31netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso1-2/+4
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+34
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2-2/+2
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari1-0/+1
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov1-1/+0
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov1-1/+2
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel1-0/+1
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong1-1/+1
2014-10-28Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-13/+27
2014-10-28net: dsa: Error out on tagging protocol mismatchesAndrew Lunn1-1/+4
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell1-2/+2
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov1-1/+1
2014-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-40/+27
2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero1-1/+1
2014-10-27Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linu...John W. Linville6-13/+27
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet1-0/+4
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-10-24netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin1-9/+8
2014-10-24netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal1-3/+5
2014-10-24netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal1-3/+3
2014-10-24bridge: Do not compile options in br_parse_ip_optionsHerbert Xu1-19/+5
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2-4/+4
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan1-1/+2
2014-10-22netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca1-2/+2
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter1-1/+1
2014-10-22netfilter: nf_conntrack: allow server to become a client in TW handlingMarcelo Leitner1-2/+2
2014-10-21net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-21netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf1-12/+25
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue1-2/+2
2014-10-21tipc: fix a potential deadlockYing Xue3-20/+35
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal1-3/+10
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal4-2/+6
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal5-5/+5
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-41/+159
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2-10/+15
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+8
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing1-0/+1
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-202/+265
2014-10-18netfilter: nft_nat: dump attributes if they are setPablo Neira Ayuso1-9/+11
2014-10-18netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MINPablo Neira Ayuso1-22/+28
2014-10-18netfilter: nft_nat: insufficient attribute validationPablo Neira Ayuso1-1/+3
2014-10-18netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso1-9/+66
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-17netrom: use linux/uaccess.hFabian Frederick7-7/+7
2014-10-17tipc: fix bug in bundled buffer receptionJon Paul Maloy1-1/+6
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet3-13/+18
2014-10-17ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-17ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-17openvswitch: fix a use after freeLi RongQing1-1/+2
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang2-4/+4
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2-29/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang1-1/+1
2014-10-15openvswitch: use vport instead of pFabian Frederick1-2/+2
2014-10-15openvswitch: kerneldoc warning fixFabian Frederick1-1/+1
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-16/+16
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-228/+153
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureCong Wang1-3/+4
2014-10-14caif_usb: use target structure member in memsetFabian Frederick1-1/+1
2014-10-14caif_usb: remove redundant memory messageFabian Frederick1-3/+2
2014-10-14caif: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+2
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov2-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng2-5/+6
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches5-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing1-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov1-0/+1
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov1-7/+17
2014-10-14net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-10-14netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso1-0/+4
2014-10-14mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan1-1/+1
2014-10-14lib80211: remove unused print_ssid()Andy Shevchenko1-32/+0
2014-10-14batman-adv: replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes5-18/+18
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso5-0/+40
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-7/+14
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-47/+69
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2-0/+7
2014-10-10net: fix races in page->_count manipulationEric Dumazet1-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck1-13/+23
2014-10-10net: filter: fix the commentsLi RongQing1-6/+3
2014-10-10net: bpf: fix bpf syscall dependence on anon_inodesAlexei Starovoitov1-0/+1
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+4
2014-10-10Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds4-5/+5
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer1-7/+13
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho1-1/+9
2014-10-09net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho1-1/+1
2014-10-09mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman1-0/+1
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-10-09netlabel: kernel-doc warning fixFabian Frederick1-1/+0
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds434-7910/+15378
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+49
2014-10-08netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick1-5/+1
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-10-08net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-69/+48
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-55/+75
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds11-402/+32
2014-10-07wimax: convert printk to pr_foo()Fabian Frederick7-16/+17
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick1-1/+1
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller1-2/+2
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2-0/+15
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy4-3/+21
2014-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+9
2014-10-07netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso1-6/+4
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet14-23/+23
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-14/+15
2014-10-07openvswitch: fix a sparse warningAndy Zhou1-3/+2
2014-10-07net: fix a sparse warningAndy Zhou1-1/+1
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa1-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa1-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-40/+31
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend4-8/+14
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend1-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend9-20/+21
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
2014-10-06net: skb_segment() provides list head and tailEric Dumazet2-12/+20
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross11-32/+448
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross9-42/+73
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross2-5/+13
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou3-0/+388
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich1-3/+16
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller12-149/+389
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-177/+593
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich4-7/+136
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich2-7/+4
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich3-0/+48
2014-10-04ematch: Fix early ending of inverted containers.Ignacy Gawędzki1-2/+3
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli1-1/+0
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-4/+4
2014-10-04ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel1-2/+2
2014-10-03ip_tunnel: Add GUE supportTom Herbert1-0/+13
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert1-9/+187
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert3-40/+10
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert1-1/+1
2014-10-03net: do not export skb_gro_receive()Eric Dumazet1-1/+0
2014-10-03qdisc: validate skb without holding lockEric Dumazet2-36/+54
2014-10-03net/rds: fix possible double free on sock tear downHerton R. Krzesinski1-4/+7
2014-10-03net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski1-1/+4
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski1-2/+1
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer1-9/+3
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-2/+44
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2-46/+22
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-21/+129
2014-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-55/+103
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2-0/+8
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso1-0/+2
2014-10-02netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso1-101/+15
2014-10-02netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso1-0/+1
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso10-20/+20
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso6-0/+308
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso4-10/+217
2014-10-02Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen1-3/+10