aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/linville/wirelessDavid 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-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 reported pmtuSteffen 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/sage/ceph-clientLinus 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/viro/vfsLinus 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