aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-40/+91
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-07af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-03Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend1-1/+2
2012-11-03tipc: do not use tasklet_disable before tasklet_killXiaotian Feng1-1/+0
2012-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-46/+125
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-01tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov1-1/+1
2012-11-01net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida1-1/+1
2012-11-01SUNRPC: return proper errno from backchannel_rqstWeston Andros Adamson1-1/+1
2012-10-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-36/+104
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-5/+10
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-36/+104
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville6-36/+104
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+4
2012-10-28netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasmHein Tibosch1-2/+2
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2-2/+6
2012-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-72/+135
2012-10-26mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-26mac80211: verify that skb data is presentJohannes Berg2-2/+33
2012-10-26mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-26wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-10-26mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona1-1/+1
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-10-24ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-10-24libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil1-1/+2
2012-10-24mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-24SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust1-25/+0
2012-10-24SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust1-5/+8
2012-10-24Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust1-1/+1
2012-10-24SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust1-0/+1
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu2-4/+12
2012-10-22net: fix secpath kmemleakEric Dumazet1-2/+4
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng4-0/+5
2012-10-22netfilter: nf_conntrack: fix rt_gateway checks for H.323 helperJulian Anastasov1-1/+2
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2012-10-19Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-32/+45
2012-10-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-10/+27
2012-10-18tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-10-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15
2012-10-18ipv4: Fix flushing of cached routing informationsSteffen Klassert1-3/+6
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko1-1/+3
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2-5/+16
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2-5/+11
2012-10-18cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau1-2/+3
2012-10-18cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-24/+34
2012-10-17SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-17netfilter: xt_TEE: don't use destination address found in headerEric Dumazet1-0/+1
2012-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso63-796/+816
2012-10-16ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet1-6/+9
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko1-1/+8
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau3-5/+5
2012-10-15mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-2/+4
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2-11/+6
2012-10-15Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg460-9632/+17843
2012-10-15netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targetsElison Niven1-4/+4
2012-10-15netfilter: xt_CT: fix timeout setting with IPv6Pablo Neira Ayuso1-4/+6
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman66-754/+745
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-27/+28
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-204/+190
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-138/+82
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman1-1/+1
2012-10-12net: add doc for in4_pton()Amerigo Wang1-0/+12
2012-10-12net: add doc for in6_pton()Amerigo Wang1-0/+12
2012-10-12vti: fix sparse bit endian warningsstephen hemminger1-2/+2
2012-10-12tcp: resets are misroutedAlexey Kuznetsov2-4/+6
2012-10-12Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+36
2012-10-11tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox1-0/+2
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr1-1/+2
2012-10-11Merge Trond's bugfixesJ. Bruce Fields1-5/+17
2012-10-10ipv4: fix route mark sparse warningstephen hemminger1-1/+1
2012-10-10bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2012-10-10pktgen: replace scan_ip6() with in6_pton()Amerigo Wang1-97/+4
2012-10-10pktgen: enable automatic IPv6 address settingAmerigo Wang1-13/+5
2012-10-10pktgen: display IPv4 address in human-readable formatAmerigo Wang1-2/+2
2012-10-10pktgen: set different default min_pkt_size for different protocolsAmerigo Wang1-7/+20
2012-10-10pktgen: fix crash when generating IPv6 packetsAmerigo Wang1-1/+1
2012-10-10Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-14/+15
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-125/+139
2012-10-09rbd: reset BACKOFF if unable to re-queueAlex Elder1-1/+2
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields438-8900/+16221
2012-10-09RDS: fix rds-ping spinlock recursionjeff.liu1-1/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4-28/+50
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-1/+0
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann1-1/+2
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov1-1/+5
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-4/+17
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov5-27/+32
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2-3/+2
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov1-1/+1
2012-10-08ipv4: fix sending of redirectsJulian Anastasov2-15/+18
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-9/+2
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2-10/+7
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-08net: gro: selective flush of packetsEric Dumazet1-7/+31
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert1-11/+11
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells3-27/+28
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-27/+50
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-6/+8
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-8/+21
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-36/+31
2012-10-06sections: fix section conflicts in netAndi Kleen6-6/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen4-4/+4
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne1-0/+1
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-70/+83
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-10-02ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds348-7791/+14603
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds43-133/+276
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-35/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-24/+14
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-10-01netlink: add attributes to fdb interfacestephen hemminger3-4/+7
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+22
2012-10-01SUNRPC: Refactor rpc_clone_client()Chuck Lever1-40/+43
2012-10-01SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-10-01SUNRPC: Clean up dprintk messages in rpc_pipe.cChuck Lever1-4/+4
2012-10-01ceph: propagate layout error on osd request creationSage Weil1-6/+9
2012-10-01libceph: check for invalid mappingSage Weil2-14/+36
2012-10-01gre: fix sparse warningstephen hemminger1-2/+2
2012-10-01net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter1-0/+3
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-01tcp: gro: add checksuming helpersEric Dumazet2-6/+33
2012-10-01ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-3/+2
2012-10-01libceph: Fix sparse warningIulius Curt1-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-203/+205
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+13
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-10-01mac80211: Fix FC masking in BIP AAD generationJouni Malinen1-3/+8
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller47-919/+1849
2012-09-28SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust1-1/+1
2012-09-28ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust3-38/+10
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust1-10/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-134/+197
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville47-919/+1849
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-27inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-27net: remove sk_init() helperEric Dumazet2-19/+0
2012-09-27pkt_sched: Fix warning false positives.David S. Miller2-2/+2
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger3-63/+71
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger3-19/+1
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2-25/+10
2012-09-27gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-4/+4
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc1-5/+5
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc1-7/+39
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville1-0/+8
2012-09-27NFC: LLCP raw socket supportThierry Escande4-4/+137
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc1-2/+2
2012-09-26make get_file() return its argumentAl Viro2-4/+2
2012-09-26new helper: iterate_fd()Al Viro1-26/+12
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro3-17/+30
2012-09-26take descriptor handling from sock_alloc_file() to callersAl Viro1-22/+40
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust1-0/+2
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt1-4/+4
2012-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-39/+71
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville11-30/+82
2012-09-25Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-8/+12
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10