summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox2012-10-111-0/+2
* ipv4: fix route mark sparse warningstephen hemminger2012-10-101-1/+1
* bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi2012-10-101-0/+3
* pktgen: replace scan_ip6() with in6_pton()Amerigo Wang2012-10-101-97/+4
* pktgen: enable automatic IPv6 address settingAmerigo Wang2012-10-101-13/+5
* pktgen: display IPv4 address in human-readable formatAmerigo Wang2012-10-101-2/+2
* pktgen: set different default min_pkt_size for different protocolsAmerigo Wang2012-10-101-7/+20
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-101-1/+1
* Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2012-10-103-14/+15
|\
| * mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-082-12/+14
| * mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen2012-10-081-2/+1
* | RDS: fix rds-ping spinlock recursionjeff.liu2012-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2012-10-094-28/+50
|\ \
| * | rbtree: empty nodes have no colorMichel Lespinasse2012-10-091-1/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-084-27/+50
| |\ \
| | * | ceph: propagate layout error on osd request creationSage Weil2012-10-011-6/+9
| | * | libceph: check for invalid mappingSage Weil2012-10-012-14/+36
| | * | ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-011-3/+2
| | * | libceph: Fix sparse warningIulius Curt2012-10-011-3/+3
| | * | libceph: remove unused monc->have_fsidSage Weil2012-10-011-1/+0
* | | | ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
* | | | ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-4/+17
* | | | ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-085-27/+32
* | | | ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-082-3/+2
* | | | ipv4: fix forwarding for strict source routesJulian Anastasov2012-10-081-1/+1
* | | | ipv4: fix sending of redirectsJulian Anastasov2012-10-082-15/+18
* | | | ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet2012-10-081-9/+2
* | | | vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-082-10/+7
* | | | net: gro: selective flush of packetsEric Dumazet2012-10-081-7/+31
* | | | ipv4: Don't report stale pmtu values to userspaceSteffen Klassert2012-10-081-8/+11
* | | | ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert2012-10-081-0/+3
* | | | ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert2012-10-081-11/+11
* | | | net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2012-10-071-6/+8
* | | | ipv6: GRO should be ECN friendlyEric Dumazet2012-10-071-4/+7
* | | | net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-071-4/+2
* | | | net: remove skb recyclingEric Dumazet2012-10-071-47/+0
* | | | netlink: add reference of module in netlink_dump_startGao feng2012-10-071-8/+21
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-0612-36/+31
|\ \ \ | | |/ | |/|
| * | ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
| * | Remove noisy printks from llcp_sock_connectDave Jones2012-10-041-6/+2
| * | tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
| * | silence some noisy printks in irdaDave Jones2012-10-042-2/+2
| * | sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-043-8/+13
| * | sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
| * | ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+2
| * | 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-021-1/+2
| * | ipv6: don't add link local route when there is no link local addressNicolas Dichtel2012-10-021-13/+2
* | | sections: fix section conflicts in netAndi Kleen2012-10-066-6/+6
* | | sections: fix section conflicts in net/canAndi Kleen2012-10-064-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-026-70/+83
|\ \ \ | |/ / |/| |