aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-105/+270
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+5
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-05vsock: Make transport the proto ownerAndy King1-25/+22
2014-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-3/+12
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend1-5/+6
2014-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+12
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-04-30tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-28libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov1-4/+5
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov3-1/+4
2014-04-27net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss1-4/+3
2014-04-27sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-04-27bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-04-25Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-24ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-04-24rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-04-24rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-04-24netfilter: Fix warning in nfnetlink_receive().David S. Miller1-1/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman15-31/+33
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+65
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2-3/+8
2014-04-24netlink: Rename netlink_capable netlink_allowedEric W. Biederman1-5/+5
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-3/+14
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-3/+14
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber1-2/+2
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang5-7/+5
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet13-33/+48
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet7-10/+10
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-24/+5
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann4-24/+74
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-3/+14
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2-3/+2
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin1-0/+1
2014-04-13filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-13net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-114/+119
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann1-2/+6
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-72/+92
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller45-98/+90
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-04-11mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau1-0/+2
2014-04-11mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau1-1/+1
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-09mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh1-0/+1
2014-04-09mac80211: fix radar_enabled propagationMichal Kazior1-2/+2
2014-04-09mac80211: Disable SMPS for the monitor interfaceIdo Yariv1-0/+7
2014-04-09mac80211: fix software remain-on-channel implementationJohannes Berg1-0/+1
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-86/+119
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-48/+107
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-3/+3
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2-21/+2
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-65/+64
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico1-4/+2
2014-04-07pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann1-1/+1
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven1-2/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-316/+864
2014-04-07mac802154: fix duplicate #include headersJean Sacren1-1/+0
2014-04-07net: filter: be more defensive on div/mod by X==0Daniel Borkmann1-16/+16
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+93
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov1-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov1-0/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov1-75/+4
2014-04-04libceph: add support for osd primary affinityIlya Dryomov1-0/+68
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov1-1/+6
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2-14/+16
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov1-13/+38
2014-04-04libceph: introduce apply_temps() helperIlya Dryomov1-0/+52
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov1-0/+76
2014-04-04libceph: primary_affinity decode bitsIlya Dryomov1-0/+72
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov2-2/+50
2014-04-04libceph: primary_temp decode bitsIlya Dryomov1-0/+69
2014-04-04libceph: primary_temp infrastructureIlya Dryomov2-1/+16
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov2-6/+6
2014-04-04libceph: introduce get_osdmap_client_data_v()Ilya Dryomov1-16/+65
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov1-72/+67
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov1-15/+17
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov1-37/+57
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov1-6/+8
2014-04-04libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov1-6/+7
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov1-5/+4
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov1-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov1-5/+2
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov1-4/+10
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov1-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov1-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov2-16/+30
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov1-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov1-12/+14
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov1-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov1-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov1-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng1-0/+6
2014-04-03netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso1-2/+2
2014-04-03netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso1-1/+2
2014-04-03netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai1-0/+2
2014-04-03netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov1-1/+2
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal1-9/+16
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal1-1/+1
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-51/+11
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne1-0/+3
2014-04-03net: add busy_poll device featureJiri Pirko2-0/+8
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-1/+1
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann1-0/+1
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-3/+3
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds342-7311/+15444
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-0/+27
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov1-0/+2
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov1-9/+16
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-57/+43
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann5-21/+148
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister9-235/+234
2014-04-01mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina1-0/+90
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds1-16/+16
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-77/+106
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-03-31ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa1-12/+15
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny3-1/+18
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-03-31ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen1-13/+11
2014-03-31bridge: use is_skb_forwardable in forward pathVlad Yasevich1-7/+2
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-77/+106
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov1-300/+1157
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-1/+7
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann1-7/+14
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-2/+25
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann2-29/+80
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-0/+1
2014-03-30SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee1-0/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2-21/+0
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-25/+33
2014-03-30NFSD: Free backchannel xprt in bc_destroyKinglong Mee1-0/+4
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-122/+257
2014-03-29ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen1-15/+15
2014-03-29ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen1-8/+10
2014-03-29ipv6: fix checkpatch errors comments and spaceWang Yufen1-14/+12
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman1-5/+5
2014-03-29netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman1-2/+2
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2-8/+8
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman1-9/+4
2014-03-29netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman1-25/+36
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman5-19/+17
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields1-6/+16
2014-03-28SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee1-8/+11
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton1-0/+1
2014-03-28xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton3-16/+30
2014-03-28Fix regression in NFSRDMA serverTom Tucker2-8/+5
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2-5/+11
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet1-0/+2
2014-03-28packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne3-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne2-0/+9