summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen2012-11-303-4/+4
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-304-9/+11
|\
| * batman-adv: use ETH_P_BATMANAntonio Quartulli2012-11-304-9/+11
* | sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala2012-11-301-1/+1
* | mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott2012-11-301-1/+1
* | mac802154: fix memory leaksAlan Ott2012-11-302-2/+7
* | 6lowpan: consider checksum bytes in fragmentation thresholdAlan Ott2012-11-301-1/+2
* | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-11-309-43/+1
|\ \
| * | can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde2012-11-292-6/+0
| * | can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde2012-11-291-10/+0
| * | can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde2012-11-291-7/+0
| * | can: sja1000: remove obsolete variable open_timeMarc Kleine-Budde2012-11-292-9/+0
| * | can: mscan: remove obsolete variable open_timeMarc Kleine-Budde2012-11-292-9/+0
| * | can: Do not call dev_put if restart timer is running upon closeAlexander Stein2012-11-291-2/+1
* | | mISDN: improve bitops usageAkinobu Mita2012-11-301-10/+10
* | | 8021q: fix vlan device to inherit the unicast filtering capability flagYi Zou2012-11-301-0/+1
* | | bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac2012-11-303-40/+184
* | | bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li2012-11-302-0/+19
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-3014-134/+307
|\ \ \ | |_|/ |/| |
| * | openvswitch: Use RCU callback when detaching netdevices.Jesse Gross2012-11-282-4/+13
| * | openvswitch: add skb mark matching and set actionAnsis Atteka2012-11-265-4/+31
| * | net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei2012-11-162-5/+4
| * | openvswitch: add ipv6 'set' actionAnsis Atteka2012-11-132-0/+113
| * | ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka2012-11-122-10/+31
| * | ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2012-11-095-116/+116
| * | openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-3/+6
* | | core: make GRO methods static.Rami Rosen2012-11-292-12/+3
* | | doc: make the description of how tcp_ecn works more explicit and clearRick Jones2012-11-291-8/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-2969-786/+585
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-2817-28/+53
| |\ \
| | * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-11-282-10/+6
| | |\|
| | | * openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan2012-10-301-9/+5
| | | * openvswitch: Print device when warning about over MTU packets.Jesse Gross2012-10-301-1/+1
| | * | team: fix hw_features setupJiri Pirko2012-11-281-1/+3
| | * | atm: forever loop loading ambassador firmwareDan Carpenter2012-11-281-0/+1
| | * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-11-281-1/+1
| | |\ \
| | | * | netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-241-1/+1
| | * | | vhost: fix length for cross region descriptorMichael S. Tsirkin2012-11-281-1/+1
| | * | | irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala2012-11-281-0/+1
| | * | | net: qmi_wwan: add Huawei E173Bjørn Mork2012-11-281-0/+1
| | * | | net/mlx4_en: Can set maxrate only for TC0Amir Vadai2012-11-281-1/+1
| | * | | sctp: Error in calculation of RTTvarSchoch Christian2012-11-281-1/+1
| | * | | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-282-6/+11
| | * | | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
| | * | | net: ipmr: limit MRT_TABLE identifiersEric Dumazet2012-11-261-0/+4
| | * | | ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell2012-11-261-1/+2
| | * | | can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-261-0/+3
| | * | | can: peak_usb: fix hwtstamp assignmentOliver Hartkopp2012-11-262-4/+12
| | |/ /
| * | | percpu-rwsem: use synchronize_sched_expeditedMikulas Patocka2012-11-281-2/+2
| * | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-11-2723-189/+366
| |\ \ \