summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov2011-11-082-3/+14
* nl80211: clean up genlmsg_end usesJohannes Berg2011-11-081-78/+19
* mac80211: exit cooked monitor RX early if there are noneJohannes Berg2011-11-081-0/+4
* mac80211: fix confusing parenthesesJohannes Berg2011-11-081-1/+1
* mac80211: call set_wmm_default only for valid vifsEliad Peller2011-11-081-8/+8
* ipv6: Do not use routes from locally generated RAsAndreas Hofmeister2011-10-241-0/+8
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
* ipv4: avoid useless call of the function check_peer_pmtuGao feng2011-10-241-2/+1
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-2425-95/+268
|\
| * rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-241-0/+1
| * ipv4: fix ipsec forward performance regressionYan, Zheng2011-10-241-7/+7
| * route: fix ICMP redirect validationFlavio Leitner2011-10-241-5/+31
| * net: hold sock reference while processing tx timestampsRichard Cochran2011-10-241-2/+10
| * Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-201-1/+6
| |\
| | * batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| | * batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
| * | ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet2011-10-201-2/+0
| * | fib_rules: fix unresolved_rules countingYan, Zheng2011-10-191-1/+4
| * | tproxy: copy transparent flag when creating a time waitKOVACS Krisztian2011-10-191-0/+1
| * | bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-183-1/+11
| * | l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet2011-10-181-1/+3
| * | bridge: fix hang on removal of bridge via netlinkstephen hemminger2011-10-183-4/+7
| * | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-10-173-53/+88
| |\ \
| | * | IPVS netns shutdown/startup dead-lockHans Schillstrom2011-10-122-51/+86
| | * | netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal2011-10-031-2/+2
| * | | x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-171-1/+2
| * | | x25: Handle undersized/fragmented skbsMatthew Daley2011-10-176-17/+87
| * | | x25: Validate incoming call user data lengthsMatthew Daley2011-10-172-0/+9
| * | | gro: refetch inet6_protos[] after pulling ext headersYan, Zheng2011-10-101-0/+1
* | | | TCP: remove TCP_DEBUGFlavio Leitner2011-10-242-4/+0
* | | | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-243-7/+11
* | | | tcp: md5: add more const attributesEric Dumazet2011-10-242-12/+13
* | | | tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet2011-10-241-6/+8
* | | | net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-221-2/+3
* | | | tcp: add const qualifiers where possibleEric Dumazet2011-10-219-131/+136
* | | | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-211-15/+69
* | | | net: add opaque struct around skb frag pageIan Campbell2011-10-211-3/+3
* | | | net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-202-2/+2
* | | | tcp: remove unused tcp_fin() parametersEric Dumazet2011-10-201-3/+3
* | | | pktgen: remove ndelay() callEric Dumazet2011-10-201-4/+7
* | | | tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet2011-10-201-8/+15
* | | | net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-191-0/+1
* | | | neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com2011-10-191-0/+4
* | | | filter: use unsigned int to silence static checker warningDan Carpenter2011-10-191-1/+1
* | | | cleanup: remove unnecessary include.Kevin Wilson2011-10-191-4/+0
* | | | ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-191-1/+1
* | | | net: validate HWTSTAMP ioctl parametersRichard Cochran2011-10-191-0/+58
* | | | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman2011-10-191-1/+7
* | | | tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet2011-10-191-5/+3
* | | | net: Allow skb_recycle_check to be done in stagesAndy Fleming2011-10-191-25/+26
OpenPOWER on IntegriCloud