aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+61
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-15net: Fix save software checksum completeTom Herbert2-10/+29
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-7/+153
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds346-6799/+13776
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing1-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing1-0/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-31/+4
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro59-298/+580
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-16/+32
2014-06-11net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2-2/+4
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+1
2014-06-11net: Save software checksum completeTom Herbert3-8/+15
2014-06-11ceph: remove bogus externstephen hemminger1-1/+1
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila7-15/+19
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita3-0/+130
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita3-2/+10
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita3-12/+51
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita1-2/+3
2014-06-11net: filter: fix warning on 32-bit archAlexei Starovoitov1-3/+3
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy1-2/+3
2014-06-11net: sctp: fix incorrect type in gfp initializerDaniel Borkmann1-1/+1
2014-06-11net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann1-5/+45
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann3-5/+7
2014-06-11net: sctp: refactor active path selectionDaniel Borkmann1-59/+61
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann1-1/+1
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister3-10/+17
2014-06-11mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister1-0/+1
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-06-11net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang1-0/+1
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov1-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2-5/+13
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov1-99/+99
2014-06-11dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2-6/+67
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing2-12/+58
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2-13/+95
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing3-95/+100
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2-4/+4
2014-06-10gre: allow changing mac address when device is upstephen hemminger1-0/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila2-9/+11
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-607/+409
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-610/+547
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-22/+25
2014-06-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-37/+60
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet3-3/+4
2014-06-08Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-5/+17
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds17-36/+34
2014-06-07net: netfilter: LLVMLinux: vlais-netfilterMark Charlebois1-5/+17
2014-06-06mac802154: llsec: add forgotten list_del_rcu in key removalPhoebe Buckheister1-0/+1
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-06svcrdma: refactor marshalling logicSteve Wise3-604/+331
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-4/+5
2014-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-37/+60
2014-06-05ip_tunnel: fix possible rtable leakDmitry Popov1-0/+1
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov1-0/+27
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov3-5/+122
2014-06-06libceph: recognize poolop requests in debugfsIlya Dryomov1-2/+4
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener1-13/+12
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+12
2014-06-05net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov1-0/+11
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-20/+62
2014-06-05bridge: Fix incorrect judgment of promiscToshiaki Makita1-1/+2
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman1-1/+27
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-37/+60
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong1-4/+5
2014-06-05net: use the new API kvfree()WANG Cong11-58/+12
2014-06-05dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling1-2/+2
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+1
2014-06-04gre: Call gso_make_checksumTom Herbert8-4/+17
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert6-23/+28
2014-06-04tcp: Call gso_make_checksumTom Herbert1-5/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert2-1/+15
2014-06-04l2tp: call udp{6}_set_csumTom Herbert1-49/+5
2014-06-04udp: Generic functions to set checksumTom Herbert2-0/+75
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin1-1/+1
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever2-23/+42
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever2-9/+12
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever3-19/+7
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-19/+9
2014-06-04xprtrdma: Reset connection timeout after successful reconnectChuck Lever1-0/+1
2014-06-04xprtrdma: Use macros for reconnection timeout constantsChuck Lever1-7/+12
2014-06-04xprtrdma: Allocate missing pagelistShirley Ma1-0/+6
2014-06-04xprtrdma: Remove Tavor MTU settingChuck Lever1-14/+0
2014-06-04xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever1-9/+20
2014-06-04xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever1-12/+13
2014-06-04xprtrdma: Limit work done by completion handlerChuck Lever2-4/+7
2014-06-04xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever2-18/+42
2014-06-04xprtrmda: Reduce lock contention in completion handlersChuck Lever1-4/+10
2014-06-04xprtrdma: Split the completion queueChuck Lever2-92/+137
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever3-13/+4
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever4-10/+4
2014-06-04xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever1-4/+4
2014-06-04xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever1-16/+15
2014-06-04xprtrdma: Remove REGISTER memory registration modeChuck Lever2-88/+5
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever4-203/+7
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever3-28/+1
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever3-7/+21
2014-06-04nfs-rdma: Fix for FMR leaksAllen Andrews1-35/+38
2014-06-04xprtrdma: mind the device's max fast register page list depthSteve Wise3-16/+36
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-44/+131
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-36/+34
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-62/+48
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu1-1/+6
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller23-157/+645
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet12-113/+38
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-157/+645
2014-06-02Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-02netfilter: nf_tables: atomic allocation in set notifications from rcu callbackPablo Neira Ayuso1-6/+6
2014-06-02netfilter: nf_tables: allow to delete several objects from a batchPablo Neira Ayuso1-9/+31
2014-06-02netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso1-1/+21
2014-06-02netfilter: nf_tables: release objects in reverse order in the abort pathPablo Neira Ayuso1-1/+2
2014-06-02netfilter: nf_tables: fix wrong transaction ordering in set elementsPablo Neira Ayuso1-2/+2
2014-06-02netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier1-1/+0
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg1-1/+2
2014-06-01net: filter: improve filter block macrosDaniel Borkmann1-124/+72
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-216/+125
2014-06-01bridge: notify user space after fdb updateJon Maxwell1-1/+7
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong1-1/+1
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg1-3/+4
2014-05-31Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2014-05-31batman-adv: fix NULL pointer dereferencesMarek Lindner1-3/+3
2014-05-30Bluetooth: l2cap: Set more channel defaultsJukka Rissanen1-0/+6
2014-05-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen1-30/+35
2014-05-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg1-0/+1
2014-05-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg1-2/+8
2014-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+10
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-50/+118
2014-05-30af_key: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30af_iucv: correct cleanup if listen backlog is fullUrsula Braun1-2/+1
2014-05-30af_iucv: Add automatic (source) iucv_name to bindPhilipp Hachtmann1-11/+18
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-2/+1
2014-05-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller46-653/+1570
2014-05-30atm: remove commented out checkPaul Bolle1-8/+2
2014-05-30net: tso: Export symbols for modular buildSachin Kamat1-0/+5
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields2-0/+4
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+29
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields2-2/+77
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+66
2014-05-30Merge tag 'nfc-next-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-8/+9
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-120/+449
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville11-29/+187
2014-05-29net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes1-2/+3
2014-05-28mac80211: set new interfaces as idle upon initAvraham Stern1-0/+1
2014-05-28mac80211: reduce packet loss notifications under loadFelix Fietkau1-6/+19
2014-05-28mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-05-28mac80211: fix a memory leak on sta rate selection tableFelix Fietkau1-0/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville46-653/+1570
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-16/+36
2014-05-27regdb: Generalize the mW to dBm power conversionchaitanya.mgit@gmail.com1-12/+2
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa1-0/+1
2014-05-26cfg80211: send events when devices are added/removedJohannes Berg3-7/+22
2014-05-26mac80211: fix virtual monitor interface additionEmmanuel Grumbach1-0/+1
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho2-0/+138
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2-6/+3
2014-05-26ipvs: Fix panic due to non-linear skbPeter Christensen1-5/+10
2014-05-26NFC: nfc_sock_link() can be staticFengguang Wu1-2/+2
2014-05-26NFC: digital: digital_in_send_attrib_req() can be staticFengguang Wu1-1/+1
2014-05-26NFC: digital: Randomize poll cyclesThierry Escande1-2/+4
2014-05-26NFC: digital: Return proper error code when sending ATR_REQThierry Escande1-3/+2
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-173/+420
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-297/+556
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann4-6/+7
2014-05-23net: filter: remove DL macroDaniel Borkmann1-94/+99
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert3-2/+18
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2-5/+23
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert10-15/+16
2014-05-23net: Eliminate no_check from protoswTom Herbert13-23/+0
2014-05-23sunrpc: Remove sk_no_check settingTom Herbert1-3/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-6/+32
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg1-3/+16
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2