aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2014-03-27net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-03-27svcrdma: fix printk when memory allocation failsJeff Layton1-2/+1
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss3-10/+32
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2-36/+55
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-03-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-77/+106
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-03-27tipc: obsolete the remote management featureYing Xue5-121/+3
2014-03-27tipc: remove unnecessary checking for node objectYing Xue1-6/+0
2014-03-27net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal1-1/+1
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal1-4/+4
2014-03-26net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+6
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert4-14/+14
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2-2/+4
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-53/+63
2014-03-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller46-392/+989
2014-03-259pnet_rdma: check token type before int conversionSimon Derr1-0/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr2-6/+3
2014-03-259pnet_rdma: add cancelled()Simon Derr1-1/+14
2014-03-259pnet_rdma: update request status during sendSimon Derr1-0/+6
2014-03-259P: Add cancelled() to the transport functions.Simon Derr2-6/+20
2014-03-25net: Mark function as static in 9p/client.cRashika1-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet4-14/+23
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing2-6/+1
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg1-2/+0
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg1-1/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg2-49/+7
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg1-0/+5