aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-921/+694
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg13-325/+298
2013-11-19genetlink: pass family to functions using groupsJohannes Berg11-74/+105
2013-11-19genetlink: add and use genl_set_err()Johannes Berg2-7/+7
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg1-20/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg1-23/+0
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+8
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg16-39/+31
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi1-3/+5
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-18genetlink: rename shadowed variableJohannes Berg1-5/+5
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-38/+17
2013-11-18net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam1-1/+1
2013-11-18netfilter: nf_conntrack: decrement global counter after object releasePablo Neira Ayuso1-1/+2
2013-11-18netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso1-6/+13
2013-11-18netfilter: fix wrong byte order in nf_ct_seqadj_set internal informationPhil Oester1-2/+2
2013-11-18netfilter: synproxy: correct wscale option passingMartin Topholm1-3/+4
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm2-0/+2
2013-11-16Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-19/+38
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-28/+28
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-10/+1
2013-11-15pkt_sched: fq: fix pacing for small framesEric Dumazet1-4/+18
2013-11-15pkt_sched: fq: warn users using defrateEric Dumazet1-6/+4
2013-11-15genetlink: unify registration functionsJohannes Berg1-37/+16
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-1/+14
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-11-15tipc: fix dereference before check warningErik Hugne1-1/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa6-57/+52
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem1-1/+1
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski1-7/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg14-18/+18
2013-11-14genetlink: allow making ops constJohannes Berg2-19/+25
2013-11-14genetlink: register family ops as arrayJohannes Berg1-45/+33
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-56/+1
2013-11-14wimax: use genl_register_family_with_ops()Johannes Berg6-119/+47
2013-11-14ieee802154: use genl_register_family_with_ops()Johannes Berg4-94/+51
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg1-29/+17
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-11-14sit/gre6: don't try to add the same route two timesNicolas Dichtel1-3/+0
2013-11-14sit: link local routes are missingNicolas Dichtel1-19/+5
2013-11-14sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel1-7/+4
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn1-4/+14
2013-11-14net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong1-2/+4
2013-11-14net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-11-14bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita1-0/+1
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita1-0/+4
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita1-14/+6
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2-7/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-6/+138
2013-11-13netfilter: fix connlimit Kconfig prompt stringRandy Dunlap1-1/+1
2013-11-13svcrpc: remove an unnecessary assignmentWeng Meiling1-2/+0
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg1-0/+3
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim1-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim1-0/+2
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann1-1/+5
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds428-13910/+35440
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+8
2013-11-12SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust1-12/+17
2013-11-12sunrpc: comment typo fixJ. Bruce Fields1-2/+2
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+4
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2-105/+3
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko6-137/+11
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang1-4/+18
2013-11-08SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-08nfnetlink: do not ack malformed messagesJiri Benc1-3/+5
2013-11-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot1-0/+4
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot1-1/+1
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2-0/+54
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet1-3/+3
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville48-1350/+2645
2013-11-08inet: fix a UFO regressionEric Dumazet1-1/+3
2013-11-07net: skbuff - kernel-doc fixesMathias Krause1-5/+5
2013-11-07caif: use pskb_put() instead of reimplementing its functionalityMathias Krause1-11/+1
2013-11-07net: move pskb_put() to core codeMathias Krause2-13/+23
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend3-6/+15
2013-11-076lowpan: release device on error pathDan Carpenter1-1/+3
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-07tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-07tipc: message reassembly using fragment chainErik Hugne6-142/+74
2013-11-07tipc: don't reroute message fragmentsErik Hugne2-3/+6
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-81/+234
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2013-11-06ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz1-1/+1
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz12-5/+137
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong1-5/+3
2013-11-05ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa5-5/+11
2013-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville14-900/+1434
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-4/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville32-446/+1205
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot1-33/+0
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller34-745/+4116
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+12
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng14-67/+56
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller5-11/+52
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller20-193/+280
2013-11-04netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter1-4/+4
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller12-2288/+2496
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-745/+4116
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-31/+164
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-96/+153
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin12-0/+2339
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet2-6/+18
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-8/+1
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun1-1/+0
2013-11-03netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger1-25/+24
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger4-20/+30
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-69/+41
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-10/+18
2013-11-01openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar1-1/+1
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme3-2/+33
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme3-7/+5
2013-11-01openvswitch: Enable all GSO features on internal port.Pravin B Shelar1-1/+1
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar61-236/+475
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2-2/+10
2013-10-31SUNRPC: Cleanup xs_destroy()Trond Myklebust1-10/+5
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown1-4/+9
2013-10-306lowpan: cleanup skb copy dataAlexander Aring1-5/+8
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring1-0/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring2-12/+3
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring1-4/+0
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-30mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong1-4/+2
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue1-89/+84
2013-10-30SUNRPC: remove duplicated include from clnt.cWei Yongjun1-1/+0
2013-10-30Merge branch 'dma_complete' into nextVinod Koul1-2/+2
2013-10-29tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2-3/+8
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann1-6/+33
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich4-29/+25
2013-10-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller3-5/+19
2013-10-29net: x25: Fix dead URLs in KconfigMichael Drüing1-2/+2
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann3-0/+396
2013-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+6
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger1-1/+6
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause2-51/+28
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2-16/+2
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa1-4/+8
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-28ipv6: Remove privacy config option.David S. Miller2-56/+3
2013-10-286lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring1-1/+0
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring1-2/+2
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring1-1/+1
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring1-4/+2
2013-10-28SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust1-19/+37
2013-10-28SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1
2013-10-28SUNRPC: remove an unnecessary if statementwangweidong1-3/+1
2013-10-28sunrpc: comment typo fixJ. Bruce Fields1-2/+2
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever1-6/+7
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso1-2/+39
2013-10-28netfilter: nft_nat: Fix endianness issue reported by sparseTomasz Bursztyka1-4/+8
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso1-0/+1
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28mac80211: fix uninitialized variableMichal Kazior1-1/+1
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2-9/+136
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh6-3/+139
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh5-54/+111
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh5-3/+114