aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng
2011-10-24route: fix ICMP redirect validationFlavio Leitner
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran
2011-10-24tcp: md5: add more const attributesEric Dumazet
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac
2011-10-21net: add opaque struct around skb frag pageIan Campbell
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet
2011-10-20Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-10-20pktgen: remove ndelay() callEric Dumazet
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet
2011-10-20ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter
2011-10-19cleanup: remove unnecessary include.Kevin Wilson
2011-10-19ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming
2011-10-19tproxy: copy transparent flag when creating a time waitKOVACS Krisztian
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18xfrm6: Don't call icmpv6_send on local errorSteffen Klassert
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert
2011-10-18ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert
2011-10-18xfrm: Simplify the replay check and advance functionsSteffen Klassert
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore
2011-10-18l2tp: give proper headroom in pppol2tp_xmit()Eric Dumazet
2011-10-18l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller